feat: update mobile ui for post page

This commit is contained in:
Tim
2025-07-18 13:01:20 +08:00
parent f253e1c870
commit 342e944984
7 changed files with 76 additions and 28 deletions
@@ -116,7 +116,7 @@ export default {
}
const scheduleHide = () => {
clearTimeout(hideTimer)
hideTimer = setTimeout(() => { panelVisible.value = false }, 2000)
hideTimer = setTimeout(() => { panelVisible.value = false }, 0)
}
const cancelHide = () => {
clearTimeout(hideTimer)
@@ -276,4 +276,11 @@ export default {
.reaction-option.selected {
background-color: rgb(236, 236, 236);
}
@media (max-width: 768px) {
.make-reaction-item {
font-size: 16px;
padding: 3px 5px;
}
}
</style>