From b545e712439d118f87edad5a031b1167ab14e56b Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Mon, 29 Sep 2025 12:07:48 +0800 Subject: [PATCH] fix: reduce max-height for result images and videos to improve layout consistency --- src/pages/result/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/result/index.css b/src/pages/result/index.css index 33b9a55..491c64e 100644 --- a/src/pages/result/index.css +++ b/src/pages/result/index.css @@ -48,14 +48,14 @@ .result-image { height: auto; - max-height: 70vh; + max-height: 60vh; border-radius: 12px; object-fit: contain; } .result-video { width: 100%; - height: 70vh; + height: 60vh; object-fit: contain; border-radius: 12px; transform: translateZ(0);