fix: avatar styles
This commit is contained in:
parent
928711aa54
commit
6277e3d2ec
3 changed files with 5 additions and 7 deletions
|
@ -9,15 +9,13 @@
|
|||
overflow: hidden;
|
||||
|
||||
& .interior {
|
||||
width: var(--avatar-size);
|
||||
height: var(--avatar-size);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
|
||||
& img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: var(--avatar-size);
|
||||
height: var(--avatar-size);
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue