aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2024-09-04 14:16:49 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2024-09-04 14:16:49 +0000
commitb553ed2d1701475f418fc126021a1775b820d8db (patch)
tree3ba39255e8406be4a51f4e33e889b913dbc7bdc2 /src/components/timeline
parent6bc020c733047d7033e508a2b4dffc581d703170 (diff)
parent50b2e73efafad830812cb41ee3655fb7dc334232 (diff)
Merge branch 'hj/2.7.1-fixes' into 'master'
2.7.1 fixes See merge request pleroma/pleroma-fe!1933
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index 0fc0d979..2dd66328 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -26,7 +26,7 @@
}
.conversation-heading {
- top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
+ top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 1) + var(--navbar-height));
z-index: 2;
}