fix htmx refresh messing with filter controls
This commit is contained in:
parent
c0e8081a19
commit
79047c87ff
3 changed files with 76 additions and 51 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue