From b8c8b73af584ed3ad1cc49d9deaef2e8109449bb Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 7 Nov 2023 12:46:25 +0100 Subject: [PATCH] add vh limit for preview thumbnails for mobile --- static/other/jellyfin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index f86c4dc..0acd11c 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -5,7 +5,7 @@ under Server -> General -> Custom CSS Code */ /* jellyscrub default: width: 15vw, annoying for smaller screen sizes */ .chapterThumbContainer{ - width: min(80vw, 500px); + width: min(80vw, 500px, 50vh); } /* Attempt to change accent color */