From 910a289b6d663cd78b732bf0b8165e767c616908 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Fri, 13 Nov 2020 23:00:06 +0100 Subject: [PATCH] Let floating window have shadow if shadows are enabled If normal window would have shadow and floting did not, then a size mismatch would occur during transition. Besides it allows to notice if floating window is focused and respects user theme. --- css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 9757fbe0..3b9917fb 100644 --- a/css/styles.css +++ b/css/styles.css @@ -98,7 +98,6 @@ scale marks { /* Floating Mode */ .floatingwindow { border-radius: 12px; - box-shadow: -8px -8px transparent, 8px 8px transparent; } .osd.floatingcontrols .playercontrols { -gtk-icon-size: 16px;