Skip to content

Commit

Permalink
Fix header title padding (#22568)
Browse files Browse the repository at this point in the history
* Update ha-header-bar.ts

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

* Update ha-two-pane-top-app-bar-fixed.ts
  • Loading branch information
ildar170975 authored Oct 28, 2024
1 parent 4af231e commit 4debac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ha-header-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ha-top-app-bar-fixed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`,
Expand Down
2 changes: 1 addition & 1 deletion src/components/ha-two-pane-top-app-bar-fixed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`,
Expand Down

0 comments on commit 4debac6

Please sign in to comment.