responsive.less: Do not hide #col2 after reload

This commit is contained in:
Florian Strohmaier 2020-02-27 15:28:33 +01:00 committed by Johannes Meyer
parent 0432b7d50d
commit 928611fe1e
1 changed files with 8 additions and 0 deletions

View File

@ -220,3 +220,11 @@
#main, #footer {
padding-right: constant(safe-area-inset-right);
}
#layout.twocols #col2 {
border-left: 1px solid @gray-lighter;
&:empty {
display: flex;
}
}