mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 20:56:36 +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 {
|
||||
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