mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Update ha-sidebar.ts: fix notification badge clipped (#17638)
This commit is contained in:
parent
53f18bec53
commit
07dceb8e6d
@ -1075,7 +1075,7 @@ class HaSidebar extends SubscribeMixin(LitElement) {
|
|||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0px 6px;
|
padding: 0px 2px;
|
||||||
color: var(--text-accent-color, var(--text-primary-color));
|
color: var(--text-accent-color, var(--text-primary-color));
|
||||||
}
|
}
|
||||||
ha-svg-icon + .notification-badge,
|
ha-svg-icon + .notification-badge,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user