nicer placement of the date picker

This commit is contained in:
2024-09-28 10:26:53 +02:00
parent 122ba11a79
commit f072185074
2 changed files with 3 additions and 5 deletions

View File

@@ -1,8 +1,4 @@
<style> <style>
#date-box {
width: 23.5em;
}
.header-box { .header-box {
display: flex; display: flex;
justify-content: end; justify-content: end;

View File

@@ -15,7 +15,7 @@
grid: grid:
"query-box query-box date-box" auto "query-box query-box date-box" auto
"filters results results" 1fr "filters results results" 1fr
/ 25.5em 3fr 23.5em; / 25.5em 3fr auto;
} }
} }
@@ -43,6 +43,8 @@
#date-box{ #date-box{
grid-area: date-box; grid-area: date-box;
display: flex;
align-items: center;
} }