mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +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 [
|
||||
haStyle,
|
||||
css`
|
||||
app-header {
|
||||
border-bottom: var(--app-header-border-bottom);
|
||||
--header-height: 55px;
|
||||
}
|
||||
:host(:not([narrow])) ha-card:last-child {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
@ -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] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user