improve styling of filter panel
Adapt width so that the date range fits. Width of form fields is now 100%. y-range restrictions are now rendered in one line.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
grid:
|
||||
"query-box query-box" auto
|
||||
"filters results" 1fr
|
||||
/ minmax(200px, 1fr) 3fr;
|
||||
/ 23em 3fr;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,9 +40,11 @@
|
||||
#filters {
|
||||
grid-area: filters;
|
||||
background-color: #eee;
|
||||
padding-left: 1em;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#results {
|
||||
grid-area: results;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user