From bbec6f2de9b197d25a073211d2e5d94b967f0e84 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 20 Dec 2022 13:21:53 +0800 Subject: [PATCH] Fix small-height videos too small When it's too short, the native video player UI is cramped --- src/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app.css b/src/app.css index e4ebba4b..daa1b9cb 100644 --- a/src/app.css +++ b/src/app.css @@ -463,6 +463,9 @@ a.mention span { max-height: 100vh; max-height: 100dvh; } +.carousel > * video { + min-height: 80px; +} .carousel-top-controls { top: 0;