Align side bar title with items (#25330)

This commit is contained in:
Paul Bottein 2025-05-06 10:57:47 +02:00 committed by GitHub
parent ad8d3dd598
commit 92b8cd8f45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -896,8 +896,8 @@ class HaSidebar extends SubscribeMixin(LitElement) {
color: var(--sidebar-icon-color);
}
.title {
margin-left: 19px;
margin-inline-start: 19px;
margin-left: 3px;
margin-inline-start: 3px;
margin-inline-end: initial;
width: 100%;
display: none;