Update avatar-settings.module.css

This commit is contained in:
Tom (plebeius.eth)
2024-07-15 13:18:11 +02:00
parent ec4ba550aa
commit 48543a668e
@@ -1,9 +1,11 @@
.avatar {
width: 70px;
height: 70px;
width: 64px;
height: 64px;
border: 1px solid #aaa;
background-color: var(--avatar-background-color, white);
margin-left: 10px;
border-radius: 32px;
overflow: hidden;
}
.avatarPreview {
@@ -11,8 +13,8 @@
}
.avatar img {
width: 70px;
height: 70px;
width: 64px;
height: 64px;
}
.emptyAvatar {