mirror of
https://github.com/home-assistant/frontend.git
synced 2025-05-01 08:47:21 +00:00
Fix Render Pane on Mobile (#11856)
This commit is contained in:
parent
4031009c26
commit
546461b70f
@ -289,6 +289,12 @@ class HaPanelDevTemplate extends LitElement {
|
|||||||
.rendered.error {
|
.rendered.error {
|
||||||
color: var(--error-color);
|
color: var(--error-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-width: 870px) {
|
||||||
|
.render-pane {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user