From c62082b195f3b69a50260ce60d6bc053e591706a Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 13 Jan 2026 21:30:06 +0100 Subject: [PATCH] increased container versions widget height --- glance-system/glance-kisfenyo.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/glance-system/glance-kisfenyo.yaml b/glance-system/glance-kisfenyo.yaml index 87cc590..2468087 100644 --- a/glance-system/glance-kisfenyo.yaml +++ b/glance-system/glance-kisfenyo.yaml @@ -343,7 +343,6 @@ data: - type: custom-api title: Container Versions cache: 5m - height: 250 url: ${PROMETHEUS_URL}/api/v1/query parameters: query: > @@ -1323,6 +1322,18 @@ data: background: rgba(45, 126, 136, 0.16); } + /* ========================================================================= + CONTAINER VERSIONS WIDGET HEIGHT INCREASE + ========================================================================= */ + + .widget.widget-type-custom-api:has(.ver-widget) .ver-list { + max-height: 360px !important; + } + .widget.widget-type-custom-api:has(.ver-widget) { + min-height: 460px !important; + } + + /* ========================================================================= WIDGET ROUNDED CORNERS ========================================================================= */