Add Solar-Dashboard
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 20s
Website Prod/Test / Testumgebung (push) Successful in 8s

This commit is contained in:
2025-01-02 21:20:52 +01:00
parent e1283d1f93
commit 81d2501904
3 changed files with 24 additions and 4 deletions

View File

@ -1066,3 +1066,14 @@ link:focus,
overflow: hidden;
}
.grafana-dashboard {
width: 100%;
height: 100%;
min-height: 25vh;
max-height: 30vh;
}
.pinguin {
max-height: 35vh;
object-fit: contain;
}