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.
This commit is contained in:
Joffrey JAFFEUX 2024-12-06 19:18:45 +01:00 committed by GitHub
parent 4f8293e78f
commit b0be89cb17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;