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:
2019-10-12 09:06:19 +02:00
parent 708a85c28c
commit 2825654b7a
5 changed files with 32 additions and 10 deletions

View File

@@ -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;
}
}