mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:03:08 +02:00
parent
19fc5a74f0
commit
733c9a8c00
2 changed files with 2 additions and 2 deletions
|
@ -974,7 +974,7 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||
width: 100%;
|
||||
margin-top: 14px;
|
||||
position: sticky;
|
||||
bottom: calc(var(--stickyBottom, 0px) + 14px);
|
||||
bottom: calc(var(--stickyBottom, 0px) - 100px);
|
||||
}
|
||||
|
||||
.showLessLabel {
|
||||
|
|
|
@ -145,7 +145,7 @@ const collapsed = $ref(isLong);
|
|||
width: 100%;
|
||||
margin-top: 14px;
|
||||
position: sticky;
|
||||
bottom: calc(var(--stickyBottom, 0px) + 14px);
|
||||
bottom: calc(var(--stickyBottom, 0px) - 100px);
|
||||
}
|
||||
|
||||
.playMFMButton {
|
||||
|
|
Loading…
Reference in a new issue