From 3e562f042811ae4170fa1b4fa530798cfd5a3310 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Tue, 23 Dec 2025 22:55:02 +0100 Subject: [PATCH] Adjust `.notifications__status` corner radius --- app/assets/stylesheets/notifications.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/notifications.css b/app/assets/stylesheets/notifications.css index 0cf434da8..ada7324d2 100644 --- a/app/assets/stylesheets/notifications.css +++ b/app/assets/stylesheets/notifications.css @@ -108,7 +108,7 @@ } .notifications__status { + --panel-border-radius: 0.5em; --panel-padding: var(--block-space); } } -