From 4a71072dbd738db8a60b36dcd4dc1a52397d900a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 26 May 2022 19:24:12 +0200 Subject: Added gray background for video, iOS fix --- template/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/style.css') diff --git a/template/style.css b/template/style.css index 6def45f..0bb2718 100755 --- a/template/style.css +++ b/template/style.css @@ -281,6 +281,10 @@ img, video { border-radius: 5px; } +video { + background: var(--badge-background-color); +} + time { color: var(--label-color); font-size: 90%; -- cgit v1.2.3