GTK3: increase app notification border-radius

This commit is contained in:
Daniel Ruiz de Alegría 2021-04-19 10:27:59 +02:00
parent 8b40bfefa2
commit e26ceafc83
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -393,7 +393,7 @@ infobar {
.app-notification.frame {
padding: 5px 10px;
margin: 20px;
border-radius: $button_radius;
border-radius: $button_radius+1;
border: 1px solid transparentize($_wm_border, 0.1);
box-shadow: $_menu_shadow;
background-image: none;