[AVATAR] Display avatar as round on the default theme

This commit is contained in:
Hugo Sales 2021-04-18 20:38:06 +00:00
parent e6c6e7afd7
commit 1b1b3007db
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
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 {