Fix notifications border rounding (#856)
Signed-off-by: davfsa <davfsa@gmail.com>
This commit is contained in:
@@ -36,9 +36,7 @@
|
||||
min-height: 0em;
|
||||
font-size: $font-size * $bar-menus-menu-notifications-scaling * 0.01;
|
||||
border: 0.15em solid $notification-border;
|
||||
border-radius: 0em;
|
||||
border-bottom-left-radius: $notification-border_radius;
|
||||
border-top-left-radius: $notification-border_radius;
|
||||
border-radius: $notification-border_radius;
|
||||
margin: 0em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user