💄 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
+4 -3
View File
@@ -10,6 +10,7 @@
background: colors.$bg-translucent;
border-radius: 28px;
padding: 20px;
box-shadow: 0 0 6px 1px colors.$bg-translucent;
& > * {
margin: 9px 0;
@@ -164,10 +165,10 @@
}
box.history {
margin-top: 10px;
background: colors.$bg-translucent;
box-shadow: 0 0 6px 1px colors.$bg-translucent;
border-radius: 24px;
padding: 20px;
padding: 18px;
transition: 120ms linear;
&.hide {
@@ -176,7 +177,7 @@ box.history {
& .notifications {
& .notification {
background: colors.$bg-primary;
background: colors.$bg-translucent-primary;
}
}