fix htmx refresh messing with filter controls

This commit is contained in:
insects 2025-02-06 15:34:29 +01:00
parent c0e8081a19
commit 79047c87ff
3 changed files with 76 additions and 51 deletions

View file

@ -22,7 +22,7 @@ select {
}
.header h1 {
margin-top: 0;
margin: 0;
}
.title {
@ -119,3 +119,12 @@ li {
max-width: 50em;
line-height: 1.5rem;
}
h2.clock {
margin: 0;
margin-bottom: 5px;
}
summary:hover {
cursor: pointer;
}