mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Fix height of main automation trace element (#16283)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
327927baa7
commit
64a693332b
@ -520,7 +520,7 @@ export class HaAutomationTrace extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
height: calc(100% - var(--header-height));
|
min-height: calc(100% - var(--header-height));
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: var(--card-background-color);
|
background-color: var(--card-background-color);
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
@ -508,7 +508,7 @@ export class HaScriptTrace extends LitElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
height: calc(100% - var(--header-height));
|
min-height: calc(100% - var(--header-height));
|
||||||
display: flex;
|
display: flex;
|
||||||
background-color: var(--card-background-color);
|
background-color: var(--card-background-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user