Update ha-sidebar.ts: fix notification badge clipped (#17638)

This commit is contained in:
ildar170975 2023-08-21 16:12:13 +03:00 committed by GitHub
parent 53f18bec53
commit 07dceb8e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ class HaSidebar extends SubscribeMixin(LitElement) {
background-color: var(--accent-color);
line-height: 20px;
text-align: center;
padding: 0px 6px;
padding: 0px 2px;
color: var(--text-accent-color, var(--text-primary-color));
}
ha-svg-icon + .notification-badge,