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 */