Added the ability to configure the notification radius (#182)

This commit is contained in:
Jas Singh
2024-08-25 02:23:52 -07:00
committed by GitHub
parent b080d6b00d
commit b990e9c34f
4 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
border: 0.15em solid transparentize($notification-border, 0.5);
min-width: 26em;
min-height: 6rem;
border-radius: 0.6em;
border-radius: $notification-border_radius;
opacity: $notification-opacity/100;
}
@@ -95,7 +95,7 @@
background: $notification-close_button-background;
color: $notification-close_button-label;
min-width: 2.1em;
border-radius: 0rem 0.35em 0.35em 0em;
border-radius: 0rem $notification-border_radius*0.7 $notification-border_radius*0.7 0em;
label {
font-size: 1.5em;