From 77f422b750fd626a4b66a36f9f654daa05ca6838 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Jan 2023 12:32:20 +0200 Subject: [PATCH] try fixing videos in modmail --- files/assets/css/notifications.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/notifications.css b/files/assets/css/notifications.css index 8ea8d83231..313e345222 100644 --- a/files/assets/css/notifications.css +++ b/files/assets/css/notifications.css @@ -1,3 +1,7 @@ .comment { margin-top: 0.3rem; } + +.resizable { + height: 30vh !important; +}