mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 01:43:09 +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%;
|
width: 100%;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: calc(var(--stickyBottom, 0px) + 14px);
|
bottom: calc(var(--stickyBottom, 0px) - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.showLessLabel {
|
.showLessLabel {
|
||||||
|
|
|
@ -145,7 +145,7 @@ const collapsed = $ref(isLong);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
bottom: calc(var(--stickyBottom, 0px) + 14px);
|
bottom: calc(var(--stickyBottom, 0px) - 100px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.playMFMButton {
|
.playMFMButton {
|
||||||
|
|
Loading…
Reference in a new issue