mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
UX: Minor responsive improvement
This commit is contained in:
parent
7e3b43eabb
commit
c4ba425d16
@ -63,6 +63,14 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-page-btn__folder-icon {
|
||||||
|
display: none;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-page-btn__folder {
|
.navbar-page-btn__folder {
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
$mobile-menu-breakpoint: md;
|
$mobile-menu-breakpoint: md;
|
||||||
|
|
||||||
.sidemenu {
|
.sidemenu {
|
||||||
background: $side-menu-bg;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
@ -22,6 +21,7 @@ $mobile-menu-breakpoint: md;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up($mobile-menu-breakpoint) {
|
@include media-breakpoint-up($mobile-menu-breakpoint) {
|
||||||
|
background: $side-menu-bg;
|
||||||
height: auto;
|
height: auto;
|
||||||
box-shadow: $side-menu-shadow;
|
box-shadow: $side-menu-shadow;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user