💄 control-center,center-window: add background shadow, use gtk's spacing instead of margin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user