From 016f8b91b1cc580183c46d58f85c78cb79dd51f6 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:12:43 -0500 Subject: [PATCH] another CSS Fix --- static/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/main.css b/static/main.css index 731370c..e3c42c0 100644 --- a/static/main.css +++ b/static/main.css @@ -122,7 +122,7 @@ form { video { width: 900px; - max-width: 90vw; + max-width: 90vmin; } .video img { @@ -165,7 +165,7 @@ textarea { position: relative; top: -40px; width: 893px; - max-width: 89vw; + max-width: 89vmin; } .progressbar>div {