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 {
|
.result-image {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 70vh;
|
max-height: 60vh;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-video {
|
.result-video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 70vh;
|
height: 60vh;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
transform: translateZ(0);
|
transform: translateZ(0);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue