From 8d1eefc5babadd2a442ec1145e17a858401ed7ab Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 18 Dec 2025 16:34:36 +0100 Subject: [PATCH] fix: account icon alignment when not using an avatar --- frontend/src/styles/core.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles/core.scss b/frontend/src/styles/core.scss index 360a2e5dd..4a34b6271 100644 --- a/frontend/src/styles/core.scss +++ b/frontend/src/styles/core.scss @@ -375,6 +375,11 @@ key { } } + .userIcon { + display: grid; + border-radius: 0; + } + .loading { font-size: 0.8em; line-height: 0.8em;