various edits

This commit is contained in:
2026-07-21 16:43:22 -06:00
parent 88161a6f16
commit c1e453d962
16 changed files with 526 additions and 31 deletions
+29
View File
@@ -658,6 +658,22 @@ main {
margin: 0 auto 1rem;
}
.utah-map .axis-label,
.utah-map .state-label {
fill: var(--ink-650);
font-family: var(--font-sans);
}
.utah-map .axis-label {
font-size: 11px;
}
.utah-map .state-label {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.16em;
}
.county-list {
display: flex;
flex-wrap: wrap;
@@ -716,6 +732,10 @@ main {
align-items: start;
}
.explorer-results {
min-width: 0;
}
.filter-panel {
position: sticky;
top: 155px;
@@ -1522,6 +1542,15 @@ fieldset:disabled .field select {
justify-content: flex-start;
}
.chart--scorecard {
overflow-x: auto;
overscroll-behavior-inline: contain;
}
.chart--scorecard svg {
min-width: 720px;
}
.locked-panel {
display: block;
}