diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-21 00:39:54 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-21 00:39:54 +0300 |
| commit | d4bd64a5f5fb95cd1050ced9f1029ebbe057b6c4 (patch) | |
| tree | f8406f61bdcd12c9d1395be6b16a7938621d8415 /src/components/chat/chat.scss | |
| parent | ed80ecfdbd41998830f6888bbd5fe60bb687bae6 (diff) | |
fix panel headers on mobile
Diffstat (limited to 'src/components/chat/chat.scss')
| -rw-r--r-- | src/components/chat/chat.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat/chat.scss b/src/components/chat/chat.scss index 1e046300..90926904 100644 --- a/src/components/chat/chat.scss +++ b/src/components/chat/chat.scss @@ -47,7 +47,7 @@ } .chat-view-heading { - grid-template-columns: auto 1fr; + grid-template-columns: auto minmax(50%, 1fr); } .go-back-button { |
