mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 08:14:54 +08:00
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:
parent
4f8293e78f
commit
b0be89cb17
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user