frontend: move showActionsOnlyHover to bottom

This commit is contained in:
fly_mc 2024-11-21 22:10:34 +08:00
parent 5a3f3862f8
commit 0c3e70b5c3

View file

@ -779,8 +779,8 @@ function emitUpdReaction(emoji: string, delta: number) {
.footer { .footer {
visibility: hidden; visibility: hidden;
position: absolute; position: absolute;
top: 0px; bottom: 1px;
right: 0px; right: 1px;
padding: 0 4px; padding: 0 4px;
margin-bottom: 0 !important; margin-bottom: 0 !important;
background: var(--MI_THEME-popup); background: var(--MI_THEME-popup);