mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-31 21:17:47 +00:00
Don't make dialog box full height on mobile
This commit is contained in:
parent
03b8c1348c
commit
46cdeef4b0
@ -184,6 +184,12 @@ class DialogBox extends LitElement {
|
|||||||
.warning {
|
.warning {
|
||||||
color: var(--warning-color);
|
color: var(--warning-color);
|
||||||
}
|
}
|
||||||
|
@media (max-width: 450px), (max-height: 500px) {
|
||||||
|
ha-dialog {
|
||||||
|
--mdc-dialog-min-height: auto;
|
||||||
|
--mdc-dialog-max-height: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user