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>
#date-box {
width: 23.5em;
}
.header-box {
display: flex;
justify-content: end;

View File

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