mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 04:15:06 +00:00
styles: sidebar: slightly increase the max width
In some cases, max width is insufficient and ugly word wrap occurs.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@include theme('color', 'sidebar--foreground');
|
||||
flex: 1;
|
||||
min-width: 240px;
|
||||
max-width: 240px;
|
||||
max-width: 250px;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
Reference in New Issue
Block a user