From ed88c1d882df8ace661ee7bc2f20527ecd0882ec Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 25 May 2025 08:25:18 -0300 Subject: [PATCH] :lipstick: ags/style/apps-window: more rounded corners --- ags/style/_apps-window.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ags/style/_apps-window.scss b/ags/style/_apps-window.scss index 88b6a59..f6faf29 100644 --- a/ags/style/_apps-window.scss +++ b/ags/style/_apps-window.scss @@ -6,8 +6,7 @@ .apps-window-container { padding: 24px; background: colors.$bg-translucent; - border-top-left-radius: 24px; - border-top-right-radius: 24px; + border-radius: 32px 32px 0 0; & > entry { background: rgba(colors.$bg-primary, .4);