mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-19 10:57:19 +00:00
Use bottom sheet
This commit is contained in:
parent
868f24eb9f
commit
0c86219358
@ -190,8 +190,8 @@ export class DialogViewPopup
|
||||
--mdc-dialog-max-width: calc(
|
||||
100vw - env(safe-area-inset-right) - env(safe-area-inset-left)
|
||||
);
|
||||
--mdc-dialog-min-height: 100%;
|
||||
--mdc-dialog-max-height: 100%;
|
||||
--mdc-dialog-max-height: 90vh;
|
||||
--ha-dialog-border-radius: 28px 28px 0 0;
|
||||
}
|
||||
}
|
||||
`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user