mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Show predefined time ranges as first in timepicker on small screens
This commit is contained in:
parent
82adf5393e
commit
2d296715ec
@ -13,13 +13,18 @@
|
||||
}
|
||||
|
||||
.gf-timepicker-dropdown {
|
||||
position: absolute;
|
||||
top: $navbarHeight;
|
||||
right: 0;
|
||||
padding: 10px 20px;
|
||||
background-color: $page-bg;
|
||||
border-radius: 0 0 0 4px;
|
||||
box-shadow: $search-shadow;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
padding: 10px 20px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: $navbarHeight;
|
||||
@include media-breakpoint-up(md) {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.gf-timepicker-absolute-section {
|
||||
|
Loading…
Reference in New Issue
Block a user