mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Apply header bottom border and fix header height (#10986)
This commit is contained in:
parent
75a95ff675
commit
559b6e9d5b
@ -161,10 +161,6 @@ class HaConfigDashboard extends LitElement {
|
|||||||
return [
|
return [
|
||||||
haStyle,
|
haStyle,
|
||||||
css`
|
css`
|
||||||
app-header {
|
|
||||||
border-bottom: var(--app-header-border-bottom);
|
|
||||||
--header-height: 55px;
|
|
||||||
}
|
|
||||||
:host(:not([narrow])) ha-card:last-child {
|
:host(:not([narrow])) ha-card:last-child {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
@ -184,6 +184,8 @@ export const haStyle = css`
|
|||||||
|
|
||||||
app-toolbar {
|
app-toolbar {
|
||||||
height: var(--header-height);
|
height: var(--header-height);
|
||||||
|
border-bottom: var(--app-header-border-bottom);
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
app-header div[sticky] {
|
app-header div[sticky] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user