fix: reduce max-height for result images and videos to improve layout consistency

This commit is contained in:
iHeyTang 2025-09-29 12:07:48 +08:00
parent 21355f1844
commit b545e71243
1 changed files with 2 additions and 2 deletions

View File

@ -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);