Browse Source

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.
for-closed-social
Cirno the Strongest 4 years ago
committed by GitHub
parent
commit
f36104e410
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      web_src/less/_base.less

+ 6
- 1
web_src/less/_base.less 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;
}

Loading…
Cancel
Save