increased container versions widget height

This commit is contained in:
2026-01-13 21:30:06 +01:00
parent 2fd5e009d4
commit c62082b195
+12 -1
View File
@@ -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
========================================================================= */