Fix navbar button misalignments #16

Merged
archvillainette merged 1 commits from fix-navbar-button-alignment into main 2026-07-08 11:33:44 +00:00
Owner

The notifications, chat, and drafts buttons had their icons pinned to the left of the hover box while search was centered.

Root cause: Harmony's notifications/chats/drafts links (pulled in at runtime from core partials, not this repo) carry Bootstrap's justify-content-between utility class, which is !important and beat the theme's justify-content: center on .wg-topbar__utility-list .nav-link. The search link doesn't have that class, so it centered correctly.

The notifications, chat, and drafts buttons had their icons pinned to the left of the hover box while search was centered. Root cause: Harmony's notifications/chats/drafts links (pulled in at runtime from core partials, not this repo) carry Bootstrap's justify-content-between utility class, which is !important and beat the theme's justify-content: center on .wg-topbar__utility-list .nav-link. The search link doesn't have that class, so it centered correctly.
archvillainette added 1 commit 2026-07-07 11:01:48 +00:00
archvillainette scheduled this pull request to auto merge when all checks succeed 2026-07-07 11:01:52 +00:00
xtul approved these changes 2026-07-08 11:33:42 +00:00
archvillainette merged commit 355095d4ec into main 2026-07-08 11:33:44 +00:00
archvillainette deleted branch fix-navbar-button-alignment 2026-07-08 11:33:44 +00:00
Sign in to join this conversation.