Fix avatar styles

This commit is contained in:
hfcRed 2026-01-07 19:29:43 +01:00
parent 66f5a0c75d
commit 88a28fe140
2 changed files with 5 additions and 2 deletions

View File

@ -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%;
}

View File

@ -122,6 +122,7 @@
place-items: center;
top: 14px;
left: 15px;
z-index: 1;
}
.teamMemberNameRoleSub {