CSS: Hide ‘empty’ containers in main

This commit is contained in:
Florian Strohmaier 2019-07-03 16:57:46 +02:00 committed by Johannes Meyer
parent b4c1e8e846
commit ead543e373
1 changed files with 4 additions and 3 deletions

View File

@ -102,9 +102,10 @@
.clearfix(); .clearfix();
& > .container { & > .container {
float: left;
// Column width controlled by #layout &:empty {
width: 100%; display: none;
}
// Container scrolling // Container scrolling
height: 100%; height: 100%;