💄 control-center,center-window: add background shadow, use gtk's spacing instead of margin

This commit is contained in:
retrozinndev
2025-06-13 18:56:16 -03:00
parent bc30068383
commit de92ea4c53
4 changed files with 14 additions and 7 deletions
+5 -3
View File
@@ -2,10 +2,12 @@
@use "./wal";
@use "./colors";
.center-window-container {
.popup-window.center-window .center-window-container {
background: colors.$bg-translucent;
border-radius: 18px;
border-radius: 24px;
padding: 12px;
box-shadow: 0 0 6px colors.$bg-translucent;
& .big-media {
padding: 6px;
@@ -85,7 +87,7 @@
& .calendar-box {
& calendar {
$border-radius: 10px;
$border-radius: 14px;
font-weight: 600;
padding-bottom: 2px;