fix: align sidebar filter titles

This commit is contained in:
ginnoir
2026-06-09 18:20:24 -05:00
parent 759d4a6b86
commit f3bc721d4a
2 changed files with 49 additions and 1 deletions
+9 -1
View File
@@ -429,6 +429,13 @@ h1 {
font-weight: 700;
}
.filter-panel legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.75rem;
}
.search-label {
display: block;
margin-bottom: 0.55rem;
@@ -454,11 +461,12 @@ a:focus-visible {
}
.filter-list {
clear: both;
display: grid;
gap: 0.4rem;
max-height: 18rem;
overflow: auto;
margin-top: 0.75rem;
margin-top: 0;
}
.filter-list label {