From 9e0d3781126ab753adb27bdf43bd2baf1164728e Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 16 Jul 2024 13:22:23 +0200 Subject: [PATCH] Add CSS mask to horizontally scrolling item containers --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index a1e67cb..1331a84 100644 --- a/style.css +++ b/style.css @@ -499,4 +499,11 @@ div[data-role="controlgroup"] a[data-role="button"]:last-child { } .listItem:hover { transition: 0.18s ease-in; +} + +/* --- CSS Masks --- */ + +.emby-scroller-container { + position: relative; + mask-image: linear-gradient(to right, #000 97%, transparent 99%); } \ No newline at end of file