From 33aaec13f3e32bbfefcc63cf89191b0e4727612b Mon Sep 17 00:00:00 2001 From: hfcRed Date: Sat, 10 Jan 2026 23:11:54 +0100 Subject: [PATCH] Fix avatar thingy --- app/components/Avatar.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/Avatar.module.css b/app/components/Avatar.module.css index 6446324c8..9a457cc25 100644 --- a/app/components/Avatar.module.css +++ b/app/components/Avatar.module.css @@ -8,7 +8,6 @@ } .avatarWrapper { - display: inline-flex; flex-shrink: 0; width: fit-content; height: fit-content;