From ab92154da9ea2065a5dc2953d311124f43ec4cb5 Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sat, 20 Jan 2024 19:48:21 -0500 Subject: [PATCH] Fixed movie title clipping in player --- CSS/css-scyfin/disable-static-drawer-backdrop.css | 2 +- CSS/css-scyfin/disable-static-drawer.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/css-scyfin/disable-static-drawer-backdrop.css b/CSS/css-scyfin/disable-static-drawer-backdrop.css index 4864fe4..f911dce 100644 --- a/CSS/css-scyfin/disable-static-drawer-backdrop.css +++ b/CSS/css-scyfin/disable-static-drawer-backdrop.css @@ -72,7 +72,7 @@ } /* Background for home, hamburger, and Jellyfin */ -.layout-desktop .headerLeft::before { +.layout-desktop:not(.transparentDocument) .headerLeft::before { content: ""; position: absolute; top: 0; diff --git a/CSS/css-scyfin/disable-static-drawer.css b/CSS/css-scyfin/disable-static-drawer.css index 0337925..580eda3 100644 --- a/CSS/css-scyfin/disable-static-drawer.css +++ b/CSS/css-scyfin/disable-static-drawer.css @@ -66,7 +66,7 @@ } /* Background for home, hamburger, and Jellyfin */ -.layout-desktop .headerLeft::before { +.layout-desktop:not(.transparentDocument) .headerLeft::before { content: ""; position: absolute; top: 0;