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%;