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
public/sass/components
@ -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 {
|
||||
|
@ -1,7 +1,6 @@
|
||||
$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;
|
||||
|
Loading…
Reference in New Issue
Block a user