mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Make dialogs full width on mobile, and modal (#4642)
* Make dialogs full width on mobile, and modal * Fix dialog to bottom screen mobile
This commit is contained in:
@@ -16,6 +16,9 @@ export class HaDialog extends MwcDialog {
|
||||
.mdc-dialog__actions {
|
||||
justify-content: var(--justify-action-buttons, flex-end);
|
||||
}
|
||||
.mdc-dialog__container {
|
||||
align-items: var(--vertial-align-dialog, center);
|
||||
}
|
||||
`,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user