mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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(
|
--mdc-dialog-max-width: calc(
|
||||||
100vw - env(safe-area-inset-right) - env(safe-area-inset-left)
|
100vw - env(safe-area-inset-right) - env(safe-area-inset-left)
|
||||||
);
|
);
|
||||||
--mdc-dialog-min-height: 100%;
|
--mdc-dialog-max-height: 90vh;
|
||||||
--mdc-dialog-max-height: 100%;
|
--ha-dialog-border-radius: 28px 28px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user