💄 ags/style/apps-window: more rounded corners
This commit is contained in:
@@ -6,8 +6,7 @@
|
|||||||
.apps-window-container {
|
.apps-window-container {
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
background: colors.$bg-translucent;
|
background: colors.$bg-translucent;
|
||||||
border-top-left-radius: 24px;
|
border-radius: 32px 32px 0 0;
|
||||||
border-top-right-radius: 24px;
|
|
||||||
|
|
||||||
& > entry {
|
& > entry {
|
||||||
background: rgba(colors.$bg-primary, .4);
|
background: rgba(colors.$bg-primary, .4);
|
||||||
|
|||||||
Reference in New Issue
Block a user