diff options
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); + } } |
