forked from extern/egroupware
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 {
|
||||
--width: 100%;
|
||||
}
|
||||
body et2-dialog::part(panel) {
|
||||
max-width: 100%;
|
||||
}
|
||||
body div.ui-dialog {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
|
@ -589,6 +589,9 @@
|
||||
--width: 100%;
|
||||
}
|
||||
|
||||
et2-dialog::part(panel) {
|
||||
max-width: 100%;
|
||||
}
|
||||
div.ui-dialog {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
|
Loading…
Reference in New Issue
Block a user