mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Align side bar title with items (#25330)
This commit is contained in:
parent
9c16ce3342
commit
39119eeb2a
@ -852,8 +852,8 @@ class HaSidebar extends SubscribeMixin(LitElement) {
|
|||||||
color: var(--sidebar-icon-color);
|
color: var(--sidebar-icon-color);
|
||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
margin-left: 19px;
|
margin-left: 3px;
|
||||||
margin-inline-start: 19px;
|
margin-inline-start: 3px;
|
||||||
margin-inline-end: initial;
|
margin-inline-end: initial;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user