mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:13:22 +08:00
UX: adjust default menu width (#11526)
The notification panel gets resized and the JS uses maxWidth of 320. This tends to fight with the CSS causing notifications to "jump" a bit when a new one lands.
This commit is contained in:
parent
2d667a3bd0
commit
4558d91bbb
|
@ -28,7 +28,7 @@
|
|||
background-color: var(--secondary);
|
||||
z-index: z("header");
|
||||
padding: 0.5em;
|
||||
width: 300px;
|
||||
width: 320px;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in New Issue
Block a user