[AVATAR] Display avatar as round on the default theme

This commit is contained in:
Hugo Sales 2021-04-18 20:38:06 +00:00 committed by Diogo Peralta Cordeiro
parent e105889a59
commit 529ec19801
3 changed files with 3 additions and 0 deletions

View File

@ -83,6 +83,7 @@
height: calc(5 * var(--unit-size));
width: calc(5 * var(--unit-size));
margin-right: var(--small-size);
border-radius: 50%;
}
.info {

View File

@ -90,6 +90,7 @@ input.larger {
height: calc(5 * var(--unit-size));
width: calc(5 * var(--unit-size));
margin-right: var(--small-size);
border-radius: 50%;
}
.info {

View File

@ -90,6 +90,7 @@ input.larger {
height: calc(5 * var(--unit-size));
width: calc(5 * var(--unit-size));
margin-right: var(--small-size);
border-radius: 50%;
}
.info {