mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +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 {
|
#sidebar {
|
||||||
width: 16em;
|
width: 16em;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#layout:not(.minimal-layout) #sidebar {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
#layout:not(.minimal-layout) #sidebar:after {
|
#layout:not(.minimal-layout) #sidebar:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user