Prefill date selectors on leadership page with earliest/latest dates

This commit is contained in:
Peter Stockings
2026-02-24 20:09:18 +11:00
parent 93c6822439
commit 10256a1283
3 changed files with 46 additions and 4 deletions

View File

@@ -979,6 +979,25 @@ tr:hover td {
td {
padding: 0.5rem 0.65rem;
}
.chart-filters {
flex-direction: column;
gap: 0.75rem;
}
.chart-filters .filter-group {
width: 100%;
}
.filter-group input[type="date"] {
width: 100%;
padding: 0.65rem 0.9rem;
font-size: 0.9rem;
}
.filter-group-people {
min-width: unset;
}
}
@media (max-width: 480px) {