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 { .avatar {
width: 70px; width: 64px;
height: 70px; height: 64px;
border: 1px solid #aaa; border: 1px solid #aaa;
background-color: var(--avatar-background-color, white); background-color: var(--avatar-background-color, white);
margin-left: 10px; margin-left: 10px;
border-radius: 32px;
overflow: hidden;
} }
.avatarPreview { .avatarPreview {
@@ -11,8 +13,8 @@
} }
.avatar img { .avatar img {
width: 70px; width: 64px;
height: 70px; height: 64px;
} }
.emptyAvatar { .emptyAvatar {