aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 00:10:51 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 00:10:51 +0300
commit1860bb354f0800f0f930c1ca8481f28c8f58a343 (patch)
treef81c77a473e0229cc86f4fe08103184c59d274f6 /src/components/timeline
parentdeece5758437d305d8df3db87c5012322e1e53c8 (diff)
make panel height property private since it relies on font size
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 d5dd05f2..897ebeb9 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -10,7 +10,7 @@
}
.conversation-heading {
- top: calc(var(--panel-heading-height) * 2);
+ top: calc(var(--__panel-heading-height) * 2);
}
&.-nonpanel {