From 35203432f7b32f7e96eef3ced6c2f2afec596750 Mon Sep 17 00:00:00 2001 From: vickydotbat Date: Tue, 7 Jul 2026 13:01:30 +0200 Subject: [PATCH] Fix navbar button misalignments --- scss/westgate/_topbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/westgate/_topbar.scss b/scss/westgate/_topbar.scss index dda42c2..8006522 100644 --- a/scss/westgate/_topbar.scss +++ b/scss/westgate/_topbar.scss @@ -135,7 +135,8 @@ $wg-topbar-panel-bg: linear-gradient( } .wg-topbar__utility-list .nav-link { - justify-content: center; + // beat Bootstrap's !important .justify-content-between on notifications/chats/drafts links + justify-content: center !important; width: 2.35rem; height: 2.35rem; padding: 0; -- 2.54.0