fix: Show Less button overlapping text

Fixes transfem-org/Sharkey#161
This commit is contained in:
Mar0xy 2023-11-20 22:55:37 +01:00
parent 19fc5a74f0
commit 733c9a8c00
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {