mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix grey background partial-cards
This commit is contained in:
parent
710d98feda
commit
67cef55f34
@ -42,7 +42,7 @@ class PartialCards extends EventsMixin(NavigateMixin(PolymerElement)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ha-app-layout {
|
ha-app-layout {
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
background-color: var(--secondary-background-color, #E5E5E5);
|
background-color: var(--secondary-background-color, #E5E5E5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user