From 1ff902117e6c5ff7a259632fdb7a660ca80c9b2f 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 0acd11c..d82bb2e 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; }