mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
add dashnav responsive rule to hide tv button on smaller screens
This commit is contained in:
parent
c0c2df4da0
commit
1dc8b898bb
@ -10,6 +10,7 @@
|
||||
max-width: 120px;
|
||||
}
|
||||
|
||||
.navbar-buttons--tv,
|
||||
.navbar-buttons--actions {
|
||||
display: none;
|
||||
}
|
||||
@ -35,6 +36,7 @@
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
.navbar-buttons--tv,
|
||||
.navbar-buttons--actions {
|
||||
display: flex;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user