Fixes drawer so stuff doesn't overflow

main
Go Shoemake 7 years ago committed by beatrix-bitrot
parent b27842dc70
commit 62a75891ab

@ -7,7 +7,9 @@
}
.drawer {
width: 17%;
flex-grow: 1 !important;
flex-basis: 200px !important;
min-width: 268px;
max-width: 400px;
}
}

Loading…
Cancel
Save