frontend: tweak showActionsOnlyHover

This commit is contained in:
fly_mc 2024-11-20 11:42:51 +08:00
parent 229a9afa2d
commit 54c5328a7f

View file

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