styles: sidebar: slightly increase the max width

In some cases, max width is insufficient and ugly word wrap occurs.
This commit is contained in:
Jesse Chan
2020-10-01 17:40:35 +08:00
parent 25c68fbd70
commit 92d30be2fa
+1 -1
View File
@@ -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;