From b0be89cb17b0148f5725316e291213756a81270b Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Fri, 6 Dec 2024 19:18:45 +0100 Subject: [PATCH] FIX: lower thread panel min-width (#30158) It's been set to this value as a workaround for long thread titles, but we now have standalone thread titles in the thread body which makes this not needed. People had troubles understanding why they couldn't resize more the thread panel. --- plugins/chat/assets/stylesheets/desktop/chat-side-panel.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/chat/assets/stylesheets/desktop/chat-side-panel.scss b/plugins/chat/assets/stylesheets/desktop/chat-side-panel.scss index 052bb9ef916..54fbb98d08d 100644 --- a/plugins/chat/assets/stylesheets/desktop/chat-side-panel.scss +++ b/plugins/chat/assets/stylesheets/desktop/chat-side-panel.scss @@ -9,7 +9,7 @@ box-sizing: border-box; border-left: 1px solid var(--primary-low); position: relative; - min-width: clamp(350px, 33vw, 33vw); + min-width: 150px; &__list { flex-grow: 1;