mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
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.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user