fix: reduce max-height for result images and videos to improve layout consistency
This commit is contained in:
parent
21355f1844
commit
b545e71243
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue