Added button to apply timefilter

This commit is contained in:
Magnus Åhall 2024-07-05 14:52:02 +02:00
parent 9689283c0e
commit cd123ae1c1
13 changed files with 175 additions and 83 deletions

View file

@ -1,11 +1,8 @@
input[type="datetime-local"] {
padding: 6px;
}
#notifications {
display: grid;
grid-template-columns: repeat(5, min-content);
grid-gap: 4px 16px;
margin-top: 32px;
margin-top: 96px;
margin-bottom: 32px;
background-color: #333;
padding: 16px 24px;