diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-26 00:10:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-26 00:10:51 +0300 |
| commit | 1860bb354f0800f0f930c1ca8481f28c8f58a343 (patch) | |
| tree | f81c77a473e0229cc86f4fe08103184c59d274f6 /src/components/timeline | |
| parent | deece5758437d305d8df3db87c5012322e1e53c8 (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.scss | 2 |
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 { |
