Merge branch 'rework-dashboard' into 'master'

Updated small things in new Dashboard

See merge request fronk/thetool!875
This commit is contained in:
Luca Haid
2025-01-10 07:34:39 +00:00
@@ -52,9 +52,14 @@
} }
.dashboard-cards { .dashboard-cards {
grid-template-columns: repeat(2, 1fr); grid-template-columns: repeat(1, 1fr);
} }
#app > div.card > div > div > div:nth-child(4) {
grid-template-columns: repeat(1, 1fr);
}
.dashboard-data-selector { .dashboard-data-selector {
grid-template-columns: repeat(1, 1fr); grid-template-columns: repeat(1, 1fr);
} }