diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-12 17:17:52 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-12 17:17:52 +0300 |
| commit | 08ad2923a58b08f8522b90938d9a330993904ea7 (patch) | |
| tree | 2571de4a425964dd560295a8ed939b8136f6d6d3 /src/components/chat/chat.scss | |
| parent | e5eca8a554446dfdfbe6049d14737979074cf18d (diff) | |
fix chats button alignment
Diffstat (limited to 'src/components/chat/chat.scss')
| -rw-r--r-- | src/components/chat/chat.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 430319d9..8b745e86 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -47,7 +47,6 @@ } .chat-view-heading { - align-items: center; justify-content: space-between; display: flex; z-index: 2; @@ -56,11 +55,11 @@ } .go-back-button { - cursor: pointer; - width: 28px; text-align: center; - padding: 0.6em; - margin: -0.6em 0.6em -0.6em -0.6em; + padding: 0 0.7em; + line-height: 100%; + height: 100%; + align-self: stretch; } .jump-to-bottom-button { |
