From 88a28fe14040c4eca4455dfbe89b0804e8138b5d Mon Sep 17 00:00:00 2001 From: hfcRed Date: Wed, 7 Jan 2026 19:29:43 +0100 Subject: [PATCH] Fix avatar styles --- app/components/Avatar.module.css | 6 ++++-- app/features/tournament/tournament.module.css | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) 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 {