mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 23:07:20 +00:00
Use normal card color in narrow config screen too (#10843)
This commit is contained in:
parent
add8a702cc
commit
ead5e288eb
@ -131,7 +131,7 @@ class HaConfigDashboard extends LitElement {
|
|||||||
border-bottom: var(--app-header-border-bottom);
|
border-bottom: var(--app-header-border-bottom);
|
||||||
--header-height: 55px;
|
--header-height: 55px;
|
||||||
}
|
}
|
||||||
ha-card:last-child {
|
:host(:not([narrow])) ha-card:last-child {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
ha-config-section {
|
ha-config-section {
|
||||||
@ -152,7 +152,7 @@ class HaConfigDashboard extends LitElement {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
:host([narrow]) ha-card {
|
:host([narrow]) ha-card {
|
||||||
background-color: var(--primary-background-color);
|
border-radius: 0;
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user