mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Remove side padding on mobile dialogs
This commit is contained in:
parent
da5c50f26d
commit
f404926e0e
@ -8322,6 +8322,9 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
body et2-dialog {
|
body et2-dialog {
|
||||||
--width: 100%;
|
--width: 100%;
|
||||||
}
|
}
|
||||||
|
body et2-dialog::part(panel) {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
body div.ui-dialog {
|
body div.ui-dialog {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
@ -589,6 +589,9 @@
|
|||||||
--width: 100%;
|
--width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
et2-dialog::part(panel) {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
div.ui-dialog {
|
div.ui-dialog {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user