From 3b207646c5146f830fd8549416d8138f18ffc853 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 10 Dec 2022 20:41:57 +0200 Subject: [PATCH] make videos bigger --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index daeb02f3d6..f196014d04 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4925,7 +4925,7 @@ textarea { cursor: pointer; } video { - max-height: 50vh !important; + height: 50vh !important; max-width: 100% !important; margin-top: 0.5rem !important; margin-bottom: 0.5rem !important;