responsive.less: Do not hide #col2 after reload
This commit is contained in:
parent
0432b7d50d
commit
928611fe1e
|
@ -220,3 +220,11 @@
|
||||||
#main, #footer {
|
#main, #footer {
|
||||||
padding-right: constant(safe-area-inset-right);
|
padding-right: constant(safe-area-inset-right);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#layout.twocols #col2 {
|
||||||
|
border-left: 1px solid @gray-lighter;
|
||||||
|
|
||||||
|
&:empty {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue