We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05d200 commit 0b709ffCopy full SHA for 0b709ff
src/shell/main.scss
@@ -73,7 +73,7 @@
73
}
74
&-main {
75
display: flex;
76
- flex: 1 1;
+ flex: 1 1 auto;
77
flex-direction: row;
78
position: relative;
79
height: 100%;
@@ -82,7 +82,7 @@
82
transition: all .2s $motion-ease;
83
84
#{$shell-prefix}-content {
85
86
87
88
#{$shell-prefix}-content-inner {
@@ -573,7 +573,9 @@
573
574
575
&#{$shell-prefix}-phone {
576
-
+ .#{$css-prefix}aside-navigation {
577
+ width: 100%;
578
+ }
579
#{$shell-prefix}-header #{$shell-prefix}-navigation {
580
display: none;
581
0 commit comments