Do not shrink nav childs except service buttons

This commit is contained in:
Alice Gaudon 2020-05-19 05:50:10 +02:00
parent 9aba84abf7
commit 63229428ca
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ body {
width: 48px;
}
#navigation > :not(#service-buttons) {
flex-shrink: 0;
}
#service-buttons {
flex-grow: 1;