mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added media break for md and sm
This commit is contained in:
parent
a17dbf9af8
commit
08822fbdca
@ -248,6 +248,39 @@
|
|||||||
background: $panel-bg;
|
background: $panel-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-down(md) {
|
||||||
|
.search-dropdown {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-dropdown__col_1 {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-dropdown__col_2 {
|
||||||
|
max-width: 700px;
|
||||||
|
flex-direction: row;
|
||||||
|
margin: 0;
|
||||||
|
justify-content: space-between;
|
||||||
|
height: 260px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-filter-box {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
.search-dropdown__col_2 {
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-filter-box {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@include media-breakpoint-down(xs) {
|
@include media-breakpoint-down(xs) {
|
||||||
.search-container {
|
.search-container {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user