From 6c5368beedda0261dc6eeb216b7e57a18a9f3b13 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Sep 2023 23:26:25 +0100 Subject: [PATCH] style: fix loading indicator appearing in the wrong spot --- frontend/src/styles/nav.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index dd32446d8..548951b23 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -35,6 +35,8 @@ position: relative; align-items: center; gap: 0.25em; + display: grid; + grid-auto-flow: column; .loading, .user, .avatar {