mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update avatar-settings.module.css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user