From f404926e0ed5786b7155ee2e072e2cf5d5482965 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 21 Feb 2023 11:19:05 -0700 Subject: [PATCH] Remove side padding on mobile dialogs --- pixelegg/mobile/fw_mobile.css | 3 +++ pixelegg/mobile/fw_mobile.less | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index db2312bbe9..6cdd607388 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 7d0bc5498d..328860548c 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -589,6 +589,9 @@ --width: 100%; } + et2-dialog::part(panel) { + max-width: 100%; + } div.ui-dialog { width: 100% !important; height: 100% !important;