Fix enlarging more info dialog (#14200)

This commit is contained in:
Bram Kragten 2022-10-26 18:25:13 +02:00 committed by GitHub
parent 1b917a5b04
commit 5c4517517d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ export class MoreInfoDialog extends LitElement {
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"] {
--mdc-dialog-min-width: 90vw;
--mdc-dialog-max-width: 90vw;