diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-19 23:06:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-19 23:06:57 +0300 |
| commit | bb29218a6cb3682d230c12c630916562f8b24028 (patch) | |
| tree | fd337b2c67859bdb21d8f35e3cda89af66fd6bcd /src/components/timeline | |
| parent | b25c0c6f0289541bf1d7ef52da7d09db2893d38d (diff) | |
fixate conversation heading
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.scss | 4 |
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); + } } |
