Commit c4ba425d by Torkel Ödegaard

UX: Minor responsive improvement

parent 7e3b43ea
......@@ -63,6 +63,14 @@
display: inline-block;
}
}
.navbar-page-btn__folder-icon {
display: none;
@include media-breakpoint-up(md) {
display: inline-block;
}
}
}
.navbar-page-btn__folder {
......
$mobile-menu-breakpoint: md;
.sidemenu {
background: $side-menu-bg;
position: fixed;
display: flex;
flex-flow: column;
......@@ -22,6 +21,7 @@ $mobile-menu-breakpoint: md;
}
@include media-breakpoint-up($mobile-menu-breakpoint) {
background: $side-menu-bg;
height: auto;
box-shadow: $side-menu-shadow;
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment