Apply header bottom border and fix header height (#10986)

This commit is contained in:
Robin Wittebol 2022-01-26 16:26:44 +01:00 committed by GitHub
parent 75a95ff675
commit 559b6e9d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -161,10 +161,6 @@ class HaConfigDashboard extends LitElement {
return [
haStyle,
css`
app-header {
border-bottom: var(--app-header-border-bottom);
--header-height: 55px;
}
:host(:not([narrow])) ha-card:last-child {
margin-bottom: 24px;
}

View File

@ -184,6 +184,8 @@ export const haStyle = css`
app-toolbar {
height: var(--header-height);
border-bottom: var(--app-header-border-bottom);
box-sizing: border-box;
}
app-header div[sticky] {