mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 11:46:43 -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 {
|
.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);
|
||||||
|
|
Loading…
Reference in a new issue