mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Centered the main stage of the pintura editor
This commit is contained in:
parent
09822dfcaf
commit
a9974742cc
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user