mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
layout-structure.less: Keep default flex-direction in .minimal-layout
This commit is contained in:
parent
b8a34414f5
commit
9dc71cc7c8
@ -26,11 +26,14 @@ body {
|
||||
#sidebar {
|
||||
width: 16em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
#layout:not(.minimal-layout) #sidebar {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#layout:not(.minimal-layout) #sidebar:after {
|
||||
content: "";
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user