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);