mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix enlarging more info dialog (#14200)
This commit is contained in:
parent
1b917a5b04
commit
5c4517517d
@ -319,7 +319,7 @@ export class MoreInfoDialog extends LitElement {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([large]):not([data-domain="camera"]) ha-dialog,
|
:host([large]) ha-dialog:not([data-domain="camera"]),
|
||||||
:host([tab="info"][large]) ha-dialog[data-domain="camera"] {
|
:host([tab="info"][large]) ha-dialog[data-domain="camera"] {
|
||||||
--mdc-dialog-min-width: 90vw;
|
--mdc-dialog-min-width: 90vw;
|
||||||
--mdc-dialog-max-width: 90vw;
|
--mdc-dialog-max-width: 90vw;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user