Centered the main stage of the pintura editor

This commit is contained in:
Sodbileg Gansukh 2023-04-19 12:25:53 +01:00
parent 09822dfcaf
commit a9974742cc

View File

@ -11,6 +11,10 @@
border-radius: 9px !important;
}
.PinturaRoot[data-env~=landscape][data-env~=has-navigation] > .PinturaMain {
grid-column: 1 / -1 !important;
}
.PinturaRoot[data-env~=landscape] > .PinturaNavTools {
padding: 24px 24px 0 !important;
}
@ -35,6 +39,18 @@
background-color: var(--white) !important;
}
.PinturaNavGroup {
margin-left: 0 !important;
}
.PinturaUtilMain {
padding-right: 0 !important;
}
.PinturaUtilFooter {
padding-right: 0 !important;
}
/* Main nav */