From 10493f692b366d3dff8f18525e06931892d39719 Mon Sep 17 00:00:00 2001 From: vickydotbat Date: Sat, 18 Jul 2026 10:44:13 +0200 Subject: [PATCH] fix: align topbar unread badge with the notification/chat badges (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The unread count sat as a static inline pill that floated low and to the right of the inbox icon, not matching the corner-anchored badges on the notification and chat icons next to it. Mirror Harmony's notification markup — wrap the icon and count in an inline position-relative span and position the badge with top-0/start-100/translate-middle — so the unread bubble tucks into the icon corner at the same height as its neighbours. Verified in the dev forum: the unread and notification badges now share the same size, shape, and vertical position. Co-Authored-By: Claude Opus 4.8 (1M context) --- templates/partials/header/unread-drawer.tpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/partials/header/unread-drawer.tpl b/templates/partials/header/unread-drawer.tpl index 54b1b7a..dba6501 100644 --- a/templates/partials/header/unread-drawer.tpl +++ b/templates/partials/header/unread-drawer.tpl @@ -1,6 +1,8 @@ -