From d8b4f83aeda717b348d29a530ffc60ccca1b0da4 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Fri, 2 Dec 2022 22:54:01 -0500 Subject: [PATCH] Added support for Intro Skipper plugin --- CSS/css-scyfin/scyfin-theme-backdrop.css | 15 +++++++++++++++ CSS/css-scyfin/scyfin-theme.css | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/css-scyfin/scyfin-theme-backdrop.css index 6f9ea40..4548771 100644 --- a/CSS/css-scyfin/scyfin-theme-backdrop.css +++ b/CSS/css-scyfin/scyfin-theme-backdrop.css @@ -446,6 +446,21 @@ +/* Modified next up card and added support for Intro Skipper plugin */ +.upNextContainer, .toastVisible { + backdrop-filter: blur(50px) !important; +} +.upNextContainer { + border-radius: 15px !important; + background-color: rgba(0, 0, 0, 0.7) !important; +} +.toastVisible { + border-radius: 30px !important; + background-color: rgba(35, 35, 35, 0.5) !important; +} + + + /* Fix for scaling issues */ @media (width: 1600px) { .layout-desktop .headerRight { diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index f31f7f9..c7f96e9 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -188,6 +188,21 @@ html { +/* Modified next up card and added support for Intro Skipper plugin */ +.upNextContainer, .toastVisible { + backdrop-filter: blur(50px) !important; +} +.upNextContainer { + border-radius: 15px !important; + background-color: rgba(0, 0, 0, 0.7) !important; +} +.toastVisible { + border-radius: 30px !important; + background-color: rgba(35, 35, 35, 0.5) !important; +} + + + /* Settings and dashboard modifications */ .emby-input, .emby-textarea,