Remove side padding on mobile dialogs

This commit is contained in:
nathan 2023-02-21 11:19:05 -07:00
parent da5c50f26d
commit f404926e0e
2 changed files with 6 additions and 0 deletions

View File

@ -8322,6 +8322,9 @@ table.egwGridView_grid img.et2_appicon {
body et2-dialog {
--width: 100%;
}
body et2-dialog::part(panel) {
max-width: 100%;
}
body div.ui-dialog {
width: 100% !important;
height: 100% !important;

View File

@ -589,6 +589,9 @@
--width: 100%;
}
et2-dialog::part(panel) {
max-width: 100%;
}
div.ui-dialog {
width: 100% !important;
height: 100% !important;