fix side nav shrinking

This commit is contained in:
Dennis Eichhorn 2020-06-03 21:56:56 +02:00
parent 765c2e4e20
commit 26a59ed899
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ body > nav {
font-size: 0.8em;
background: var(--nav-category-background);
color: rgba(255, 255, 255, 0.8);
flex-shrink: 0;
}
#nav-side {

View File

@ -3936,7 +3936,8 @@ body > nav {
overflow-y: auto;
font-size: 0.8em;
background: var(--nav-category-background);
color: rgba(255, 255, 255, 0.8); }
color: rgba(255, 255, 255, 0.8);
flex-shrink: 0; }
#nav-side {
flex: 0;