mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +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);
|
||||
overflow-x: auto;
|
||||
max-width: 50%;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
:host([narrow]) .graph {
|
||||
max-width: 100%;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
Loading…
x
Reference in New Issue
Block a user