💄 ags/style/apps-window: more rounded corners

This commit is contained in:
retrozinndev
2025-05-25 08:25:18 -03:00
parent 9b63b83bdb
commit ed88c1d882
+1 -2
View File
@@ -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);