From a9c9fc8908c4aa3b7e4fd3b620e0f67de79d3c6d Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 13 Jan 2026 21:47:58 +0100 Subject: [PATCH] increased widget height --- glance-system/glance-kisfenyo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index be2e05e..a926f36 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -1329,10 +1329,10 @@ data: ========================================================================= */ .widget.widget-type-custom-api:has(.ver-widget) .ver-list { - max-height: 298px !important; + max-height: 798px !important; } .widget.widget-type-custom-api:has(.ver-widget) { - min-height: 418px !important; + min-height: 918px !important; }