contrib/notification: disable the border-radius for logo

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

View file

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