From 5e14e90d828c9d5809e191772b9ec41e54e4a0f2 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 14 Jan 2026 07:40:43 +0100 Subject: [PATCH] small height adjustment --- glance-system/glance-kisfenyo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index a926f36..efb35b4 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -680,7 +680,7 @@ data: # Grafana - type: iframe source: https://grafana.dooplex.hu/d/adxgb7x/overview-dashboard?kiosk - height: 1100 + height: 1150 title: Grafana Overview Dashboard - size: small @@ -1329,10 +1329,10 @@ data: ========================================================================= */ .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) { - min-height: 918px !important; + min-height: 968px !important; }