diff options
| author | Fuwn <[email protected]> | 2026-02-08 00:33:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-08 00:33:23 -0800 |
| commit | 6959dbb6510ec4b7e1656ac8181ba255e0751b93 (patch) | |
| tree | a5dab513634b4371b0cad1decc7351d32f94b0c4 /apps | |
| parent | feat: add feed URL editing in subscription settings, fix notification badge s... (diff) | |
| download | asa.news-6959dbb6510ec4b7e1656ac8181ba255e0751b93.tar.xz asa.news-6959dbb6510ec4b7e1656ac8181ba255e0751b93.zip | |
fix: notification count alignment — add flex to button so ml-auto pushes count to right edge
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/reader/_components/sidebar-footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/reader/_components/sidebar-footer.tsx b/apps/web/app/reader/_components/sidebar-footer.tsx index 89db5b3..94de241 100644 --- a/apps/web/app/reader/_components/sidebar-footer.tsx +++ b/apps/web/app/reader/_components/sidebar-footer.tsx @@ -50,7 +50,7 @@ export function SidebarFooter() { <button type="button" onClick={() => setIsNotificationPanelOpen(!isNotificationPanelOpen)} - className="w-full whitespace-nowrap px-2 py-1 text-left text-text-secondary transition-colors hover:bg-background-tertiary hover:text-text-primary" + className="flex w-full items-center whitespace-nowrap px-2 py-1 text-left text-text-secondary transition-colors hover:bg-background-tertiary hover:text-text-primary" > notifications {unviewedNotificationCount > 0 && ( |