Do not shrink nav childs except service buttons
This commit is contained in:
parent
9aba84abf7
commit
63229428ca
@ -10,6 +10,10 @@ body {
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
#navigation > :not(#service-buttons) {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
#service-buttons {
|
||||
flex-grow: 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user