From 11f0361f48a7c3723260f21e08caacddfba0081e Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Thu, 7 Apr 2022 06:54:24 +0000 Subject: [PATCH] Lineup sidebar badges --- src/components/ha-sidebar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ha-sidebar.ts b/src/components/ha-sidebar.ts index 5e3d63b9b1..ff377c1c5c 100644 --- a/src/components/ha-sidebar.ts +++ b/src/components/ha-sidebar.ts @@ -1039,6 +1039,8 @@ class HaSidebar extends LitElement { .notification-badge, .configuration-badge { + left: calc(var(--app-drawer-width) - 42px); + position: absolute; min-width: 20px; box-sizing: border-box; border-radius: 50%;