Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/features/shorten_posts/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.xkit-shorten-posts-shortened {
--available-space: calc(100vh - 54px - 20px);
--shortened-post-height: calc((var(--available-space) * var(--xkit-shorten-posts-max-height)) - 20px);
--available-space: calc(100vh - 44px);
--shortened-post-height: calc((var(--available-space) * var(--xkit-shorten-posts-max-height)) - 16px);
--expand-button-total-height: calc(1rem + (var(--post-header-vertical-padding) * 2));

position: relative;
Expand Down