Add border-radius property to notification images (#353)

This commit is contained in:
Erik Reider
2023-12-15 01:04:49 +01:00
committed by GitHub
parent 2d87e22906
commit 929d0d54b7
4 changed files with 41 additions and 24 deletions

View File

@@ -98,6 +98,7 @@
.image {
/* Notification Primary Image */
-gtk-icon-effect: none;
border-radius: 10px; /* Size in px */
}
.summary {
/* Notification summary/title */