From 48475158f82b3b62bc89594043e4b76408332861 Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Fri, 3 Feb 2023 16:43:18 +0300 Subject: [PATCH] perf(web): reduce preview max height --- web/public/css/tfm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/css/tfm.css b/web/public/css/tfm.css index ed5fe09..207bcc9 100644 --- a/web/public/css/tfm.css +++ b/web/public/css/tfm.css @@ -76,7 +76,7 @@ main { #preview { width: 100%; - max-height: 90vh; + max-height: 60vh; object-fit: contain; object-position: center; }