mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Center nodes in narrow mode (#9878)
This commit is contained in:
parent
68fe13a67d
commit
271120999c
@ -490,9 +490,12 @@ export class HaAutomationTrace extends LitElement {
|
|||||||
border-right: 1px solid var(--divider-color);
|
border-right: 1px solid var(--divider-color);
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
|
padding-bottom: 16px;
|
||||||
}
|
}
|
||||||
:host([narrow]) .graph {
|
:host([narrow]) .graph {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
justify-content: center;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user