From 86c398652ab579e19e2b33cb3406cfc7e0228488 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 16 Nov 2023 15:47:19 +0100 Subject: [PATCH] tmp fix for stupid iOS --- 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 0acd11c2..d82bb2e9 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -121,8 +121,8 @@ scale: 1.05; .listItem{ transition: 200ms; - overflow: visible; } +.listItme .listItem:hover { scale: 1.02; }