Fix unwanted border radius where card meets the red close button

This commit is contained in:
Jas-SinghFSU
2024-07-02 00:40:25 -07:00
parent 0d5e982201
commit 3cf2d73d57

View File

@@ -30,7 +30,9 @@
.notification-card.menu { .notification-card.menu {
background: $base; background: $base;
border: 0.15em solid $base; border: 0.15em solid $base;
border-radius: 0.4em; border-radius: 0em;
border-bottom-left-radius: 0.4em;
border-top-left-radius: 0.4em;
margin: 0em; margin: 0em;
} }