From d64d0ddd3d9bbf537f70a743ccf6abe6b0ac9c44 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:27:41 +0200 Subject: [PATCH] UX: fix overflow on thread index pages (mobile) (#29126) --- plugins/chat/assets/stylesheets/mobile/chat-index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-index.scss b/plugins/chat/assets/stylesheets/mobile/chat-index.scss index 942093feddd..4afdc56b05e 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-index.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-index.scss @@ -18,3 +18,8 @@ background: var(--primary-very-low); max-width: 100vw; } + +//thread index +.chat-side-panel { + min-width: 0; +}