mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
feat(plugins): hide link on small screens
This commit is contained in:
parent
5b4fd8e9c8
commit
f3db2fa262
@ -77,3 +77,9 @@
|
||||
color: $link-hover-color;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
.get-more-plugins-link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user