diff options
Diffstat (limited to 'src/components/chat/chat.scss')
| -rw-r--r-- | src/components/chat/chat.scss | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 8b745e86..63fd2a1f 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -47,19 +47,15 @@ } .chat-view-heading { - justify-content: space-between; - display: flex; - z-index: 2; - position: sticky; - overflow: hidden; + grid-template-columns: auto 1fr; } .go-back-button { text-align: center; - padding: 0 0.7em; line-height: 100%; height: 100%; - align-self: stretch; + align-self: start; + width: var(--__panel-heading-height-inner); } .jump-to-bottom-button { |
