perf(web): reduce preview max height

This commit is contained in:
Masahiko AMANO 2023-02-03 16:43:18 +03:00
parent 94105491af
commit 48475158f8

View File

@ -76,7 +76,7 @@ main {
#preview {
width: 100%;
max-height: 90vh;
max-height: 60vh;
object-fit: contain;
object-position: center;
}