From 93ef98c2025bf3b75db39c728a876acf923244c8 Mon Sep 17 00:00:00 2001 From: j Date: Sat, 9 Dec 2023 13:29:00 +0000 Subject: [PATCH] min subtitle height --- app/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index 1bae742..b3cd66e 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -130,6 +130,10 @@ video, .poster { .annotation.active { display: block; } +.is-subtitle .annotation { + min-height: 4em; +} + .annotation.active.place, .annotation.active.string { display: inline-block;