filter style tweaks

This commit is contained in:
matt wilkie
2025-11-21 16:29:37 -07:00
parent 5bcad8ab45
commit 94f8b2c308

View File

@@ -168,7 +168,6 @@ h1, h2, h3, h4, h5, h6 {
} }
.filter-group label { .filter-group label {
font-size: 0.85rem;
font-weight: 600; font-weight: 600;
color: var(--text-secondary); color: var(--text-secondary);
margin-bottom: 0; margin-bottom: 0;
@@ -181,7 +180,6 @@ h1, h2, h3, h4, h5, h6 {
border-radius: 4px; border-radius: 4px;
padding: 0.5rem; padding: 0.5rem;
height: 38px; height: 38px;
font-size: 0.95rem;
background-color: #fff; background-color: #fff;
} }
@@ -209,7 +207,7 @@ h1, h2, h3, h4, h5, h6 {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 0.5rem; gap: 0.5rem;
margin-top: 1.35rem; /* Align with inputs visually */ margin-top: 3.0rem; /* Align with search field visually */
} }
.reload-button:hover { .reload-button:hover {