mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
layout: Don't use explicit width
anymore to resize multiple columns
This commit is contained in:
parent
d83ae2cd9b
commit
6a4c3ea542
@ -202,16 +202,8 @@
|
|||||||
border-left: 1px solid @gray-lighter;
|
border-left: 1px solid @gray-lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout.twocols > #main > .container {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#layout.twocols.wide-layout #col1 {
|
|
||||||
width: 33.33%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#layout.twocols.wide-layout #col2 {
|
#layout.twocols.wide-layout #col2 {
|
||||||
width: 66.66%;
|
flex-grow: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Safe areas for iPhone X
|
// Safe areas for iPhone X
|
||||||
|
Loading…
x
Reference in New Issue
Block a user