Merge pull request #12244 from home-assistant/lineup-badges

This commit is contained in:
Zack Barett 2022-04-07 13:19:48 -05:00 committed by GitHub
commit 0a4e8fd5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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