@@ -49,29 +49,31 @@
.layout_container {
@include max_h_w;
display: flex;
- flex-direction: row;
+ flex-direction: column;
> header {
margin-bottom: 8px;
}
- > aside {
- margin-right: 8px;
- }
-
> .layout_main {
flex: 1;
width: 0;
+ height: 100%;
-.layout-vertical {
- flex-direction: column;
+.layout-horizontal {
+ flex-direction: row;
+
+ > aside {
+ margin-right: 8px;
+ }
- height: 0;
- width: 100%;
+ width: 0;
+ flex: 1;