mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
Fix avatar styles
This commit is contained in:
parent
66f5a0c75d
commit
88a28fe140
|
|
@ -8,8 +8,10 @@
|
|||
}
|
||||
|
||||
.avatarWrapper {
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
flex-shrink: 0;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
background-color: var(--color-bg-higher);
|
||||
overflow: hidden;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@
|
|||
place-items: center;
|
||||
top: 14px;
|
||||
left: 15px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.teamMemberNameRoleSub {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user