From be0f7b728e3b7f615d3e3bb535595da27cf45212 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 19 Apr 2026 13:50:49 +0200 Subject: [PATCH] Stabilize curation image height --- src/RolemasterDb.App/wwwroot/app.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/RolemasterDb.App/wwwroot/app.css b/src/RolemasterDb.App/wwwroot/app.css index ba7afdc..020b9c8 100644 --- a/src/RolemasterDb.App/wwwroot/app.css +++ b/src/RolemasterDb.App/wwwroot/app.css @@ -2779,17 +2779,20 @@ select.input-shell { display: flex; align-items: center; justify-content: center; + min-height: calc(200px + 1.5rem); } .critical-curation-source-image { - width: 100%; - max-height: 300px; + display: block; + width: auto; + height: 200px; + max-width: 100%; object-fit: contain; } .critical-curation-source-empty { width: 100%; - min-height: 180px; + min-height: 200px; display: flex; align-items: center; justify-content: center;