2
0

Normalize avatar radius (#11589)

We already made avatars square for .ui avatar.img class but this is not enough, and in some place Fomantic default styling still applied.

This PR updates our override of radius to match all Fomantic classes.
This commit is contained in:
Cirno the Strongest
2020-05-29 19:00:39 +02:00
committed by GitHub
parent 911a0a5b1c
commit e56df55e73

View File

@@ -565,7 +565,12 @@ code,
font-weight: normal;
}
.avatar.image {
.avatar.image,
.avatar.image img,
.avatar.image svg,
.avatar.images .image,
.avatar.images img,
.avatar.images svg {
border-radius: 3px;
}