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:
Sam 2020-12-18 14:50:50 +11:00 committed by GitHub
parent 2d667a3bd0
commit 4558d91bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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