aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-19 23:06:57 +0300
committerHenry Jameson <me@hjkos.com>2022-04-19 23:06:57 +0300
commitbb29218a6cb3682d230c12c630916562f8b24028 (patch)
treefd337b2c67859bdb21d8f35e3cda89af66fd6bcd /src/components/timeline
parentb25c0c6f0289541bf1d7ef52da7d09db2893d38d (diff)
fixate conversation heading
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index c10375d4..ae8324b3 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -27,4 +27,8 @@
.timeline-footer {
border: none;
}
+
+ .conversation-heading {
+ top: calc(var(--panel-heading-height) * 2);
+ }
}