From b4908574bfb4675f6287765b447abf1ea0e5ccc7 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Wed, 22 Apr 2026 12:47:44 +0300 Subject: [PATCH] remove player control shadows --- src/routes/Player/styles.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/Player/styles.less b/src/routes/Player/styles.less index 4894791f0..4ded33221 100644 --- a/src/routes/Player/styles.less +++ b/src/routes/Player/styles.less @@ -65,7 +65,6 @@ html:not(.active-slider-within) { top: 0; left: 0; z-index: -1; - box-shadow: 0 0 8rem 6rem @color-background-dark5; content: ""; } @@ -102,7 +101,6 @@ html:not(.active-slider-within) { bottom: 0; left: 0; z-index: -1; - box-shadow: 0 0 8rem 8rem @color-background-dark5; content: ""; } }