fix: align sidebar filter titles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user