1
0

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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 {