contrib/notification: disable the border-radius for logo

This commit is contained in:
Christian Hesse 2025-11-20 22:19:53 +01:00
parent ca487376d6
commit d4979146f9

View file

@ -41,7 +41,7 @@ div.content {
}
img.logo {
float: left;
border-radius: 50%;
/* border-radius: 50%; */
}
p.foot {
color: #777;