dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
2 changed files with 3 additions and 5 deletions
Showing only changes of commit f072185074 - Show all commits

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