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