From 6ce4b335f5b1fd9cdf9883ac7653304c0ac528fd Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Thu, 27 Jun 2024 03:44:10 +0100 Subject: [PATCH] Hide servers/channels frame when in fullscreen mode (#11) --- scss/main/_index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/main/_index.scss b/scss/main/_index.scss index 9ae7a7b..b01594b 100644 --- a/scss/main/_index.scss +++ b/scss/main/_index.scss @@ -39,8 +39,8 @@ body { background-color: $overlay-color; } - // Scanline overlay over server and channel sidebars - &::before { + // Scanline overlay over server and channel sidebars (when not in fullscreen mode) + &:not(:has(.fullScreen_d880dc))::before { margin: $sidebar-spacing; width: $sidebar-width + $channels-width + $sidebar-border-width; height: calc(100% - (2 * ($sidebar-spacing + $sidebar-border-width)));