style: Fix mismatched border radius on notifications

- fixes #6801

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2823>
This commit is contained in:
Sam Hewitt 2023-07-18 11:01:02 -02:30 committed by Marge Bot
parent 965e7bf679
commit d9ed67be1c

View File

@ -2,14 +2,13 @@
$notification_banner_height: 64px;
$notification_banner_width: 34em;
$notification_banner_radius: $base_border_radius*1.5;
// Banner notifications
.notification-banner {
min-height: $notification_banner_height;
width: $notification_banner_width;
box-shadow: 0 2px 4px 2px $shadow_color;
border-radius: $notification_banner_radius;
border-radius: $modal_radius;
margin: $base_margin;
.notification-actions {