diff --git a/app/components/Avatar.module.css b/app/components/Avatar.module.css index 312c6750e..9f13fa552 100644 --- a/app/components/Avatar.module.css +++ b/app/components/Avatar.module.css @@ -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%; } diff --git a/app/features/tournament/tournament.module.css b/app/features/tournament/tournament.module.css index 609fa7b88..2877a7bae 100644 --- a/app/features/tournament/tournament.module.css +++ b/app/features/tournament/tournament.module.css @@ -122,6 +122,7 @@ place-items: center; top: 14px; left: 15px; + z-index: 1; } .teamMemberNameRoleSub {