From 2f06b0443acb3b25e1d0ef41acb08626059d97fd Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 12 Aug 2024 01:39:02 +0200 Subject: [PATCH] fix(web): expanded images go to almost full screen they were too little every time anyway, aaaaaaaaaaaaa --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index 71343af..544b31e 100644 --- a/web/index.html +++ b/web/index.html @@ -230,7 +230,7 @@ width: unset; height: unset; max-width: calc(100% - 1.5em); - max-height: 55vh; + max-height: 90vh; } .box { border: 3px solid var(--accent); @@ -253,7 +253,7 @@ img.expand, video.expand { height: unset; - max-height: 55vh; + max-height: 90vh; max-width: 100%; object-fit: contain; }