Use bottom sheet

view_popup_dialog
Paul Bottein 2025-04-08 15:20:19 +02:00
parent 868f24eb9f
commit 0c86219358
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }
} }
`, `,