From 3bd2a9bb1a04e49cc5414fbecf9e0cf414b4accd Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Fri, 6 Feb 2026 18:37:04 +0000 Subject: [PATCH] Valentine 10.1 --- assets/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 15d5c76..de3c738 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -187,7 +187,7 @@ h1.p1-title { .image-preview-container { width: 100%; - height: 250px; + height: auto; min-height: 200px; max-height: 400px; background-color: rgba(255, 255, 255, 0.5); border: 2px solid rgba(0,0,0,0.05); border-radius: var(--image-radius); @@ -202,7 +202,7 @@ h1.p1-title { .image-preview-container img { width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; max-height: 400px; } .button-group {