From d650a3cd21a35119509c826b4f26dad9e234a850 Mon Sep 17 00:00:00 2001 From: veselcraft Date: Sat, 27 Nov 2021 21:07:34 +0300 Subject: [PATCH] Notifications: Shring the radius of the corners Co-authored-by: Defenders08 <60748247+Defenders08@users.noreply.github.com> --- Web/static/css/notifications.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/css/notifications.css b/Web/static/css/notifications.css index 2677830e..db9bd8f5 100644 --- a/Web/static/css/notifications.css +++ b/Web/static/css/notifications.css @@ -13,7 +13,7 @@ } .notification_ballon { - border-radius: 6px; + border-radius: 4px; background-color: rgba(0, 0, 0, 0.7); width: 300px; height: 90px;