Files
sow-nodebb-theme/scss/westgate
archvillainette 355095d4ec Fix navbar button misalignments (#16)
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.

Reviewed-on: #16
Co-authored-by: vickydotbat <vickydotbat@tutamail.com>
Co-committed-by: vickydotbat <vickydotbat@tutamail.com>
2026-07-08 11:33:43 +00:00
..
2026-06-07 09:53:02 +02:00
2026-06-09 12:58:19 +02:00
2026-06-26 13:56:40 +00:00
2026-05-10 12:07:43 +02:00
2026-04-23 16:29:06 +02:00
2026-04-24 13:11:40 +02:00