mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 08:16:44 -06:00
frontend: move showActionsOnlyHover to bottom
This commit is contained in:
parent
5a3f3862f8
commit
0c3e70b5c3
1 changed files with 2 additions and 2 deletions
|
@ -779,8 +779,8 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||
.footer {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
bottom: 1px;
|
||||
right: 1px;
|
||||
padding: 0 4px;
|
||||
margin-bottom: 0 !important;
|
||||
background: var(--MI_THEME-popup);
|
||||
|
|
Loading…
Reference in a new issue