mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: fixes a responsive fold of live tailing button
This commit is contained in:
committed by
Lukas Siatka
parent
e2ea2d3050
commit
deaddef090
@@ -139,6 +139,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 788px) {
|
||||||
|
.explore-toolbar {
|
||||||
|
.explore-toolbar-content-item {
|
||||||
|
.navbar-button span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 702px) {
|
@media only screen and (max-width: 702px) {
|
||||||
.explore-toolbar-content-item:first-child {
|
.explore-toolbar-content-item:first-child {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user