summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkSubNoteContent.vue
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-11-20 22:55:37 +0100
committerMar0xy <marie@kaifa.ch>2023-11-20 22:55:37 +0100
commit733c9a8c009be4c05da07d933e5ffffc80248401 (patch)
treef70448bb8402c3dd8521afc66568224155fbcfa8 /packages/frontend/src/components/MkSubNoteContent.vue
parentmerge: improve recreateChain (diff)
downloadsharkey-733c9a8c009be4c05da07d933e5ffffc80248401.tar.gz
sharkey-733c9a8c009be4c05da07d933e5ffffc80248401.tar.bz2
sharkey-733c9a8c009be4c05da07d933e5ffffc80248401.zip
fix: Show Less button overlapping text
Fixes transfem-org/Sharkey#161
Diffstat (limited to 'packages/frontend/src/components/MkSubNoteContent.vue')
-rw-r--r--packages/frontend/src/components/MkSubNoteContent.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSubNoteContent.vue b/packages/frontend/src/components/MkSubNoteContent.vue
index e1b57536fd..aec657536d 100644
--- a/packages/frontend/src/components/MkSubNoteContent.vue
+++ b/packages/frontend/src/components/MkSubNoteContent.vue
@@ -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 {