From f302c0b234fd084b6773621bc559e08c43f92dfd Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sun, 29 Oct 2023 16:34:15 +0100 Subject: [PATCH] enlarge current list item --- static/other/jellyfin.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index e0b2edc..f86c4dc 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -118,3 +118,19 @@ transition: 200ms; .card:hover{ scale: 1.05; } + +.listItem{ + transition: 200ms; + overflow: visible; +} +.listItem:hover { + scale: 1.02; +} +@media (max-width: 64em){ +.listItemImageButton, .listItemIndicators { + font-size: initial !important; +} +} +.emby-scroller{ + overflow: visible !important; +}