a few more dashboard updates

This commit is contained in:
2025-07-31 10:59:22 -06:00
parent 944bf43fc9
commit 7335c6c3a1
5 changed files with 222 additions and 13 deletions

View File

@@ -55,6 +55,10 @@
min-height: 350px;
}
.chart-container.chart-full-width {
grid-column: 1 / -1;
}
.chart-container h3 {
margin: 0 0 1.5rem 0;
font-size: 1.25rem;
@@ -68,6 +72,17 @@
touch-action: pan-y; /* Allow vertical scrolling on mobile */
}
/* Responsive design */
@media (max-width: 1200px) {
.dashboard-charts {
grid-template-columns: 1fr;
}
.chart-container.chart-full-width {
grid-column: 1;
}
}
/* Responsive design */
@media (max-width: 768px) {
.dashboard-container {