Fix header title padding (#22568)

* Update ha-header-bar.ts

* Update ha-top-app-bar-fixed.ts

* Update ha-two-pane-top-app-bar-fixed.ts
This commit is contained in:
ildar170975 2024-10-29 00:09:09 +03:00 committed by GitHub
parent 4af231e62b
commit 4debac60ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ export class HaHeaderBar extends LitElement {
flex: none;
}
.mdc-top-app-bar__title {
padding-inline-start: 20px;
padding-inline-start: 24px;
padding-inline-end: initial;
}
`,

View File

@ -24,7 +24,7 @@ export class HaTopAppBarFixed extends TopAppBarFixedBase {
);
}
.mdc-top-app-bar__title {
padding-inline-start: 20px;
padding-inline-start: 24px;
padding-inline-end: initial;
}
`,

View File

@ -321,7 +321,7 @@ export class TopAppBarBaseBase extends BaseElement {
overflow: auto;
}
.mdc-top-app-bar__title {
padding-inline-start: 20px;
padding-inline-start: 24px;
padding-inline-end: initial;
}
`,