small height adjustment

This commit is contained in:
2026-01-14 07:40:43 +01:00
parent a9c9fc8908
commit 5e14e90d82
+3 -3
View File
@@ -680,7 +680,7 @@ data:
# Grafana # Grafana
- type: iframe - type: iframe
source: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk source: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk
height: 1100 height: 1150
title: Grafana Overview Dashboard title: Grafana Overview Dashboard
- size: small - size: small
@@ -1329,10 +1329,10 @@ data:
========================================================================= */ ========================================================================= */
.widget.widget-type-custom-api:has(.ver-widget) .ver-list { .widget.widget-type-custom-api:has(.ver-widget) .ver-list {
max-height: 798px !important; max-height: 848px !important;
} }
.widget.widget-type-custom-api:has(.ver-widget) { .widget.widget-type-custom-api:has(.ver-widget) {
min-height: 918px !important; min-height: 968px !important;
} }