CSS: Hide ‘empty’ containers in main
This commit is contained in:
parent
b4c1e8e846
commit
ead543e373
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue