mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Centered the main stage of the pintura editor
This commit is contained in:
parent
09822dfcaf
commit
a9974742cc
1 changed files with 16 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
border-radius: 9px !important;
|
border-radius: 9px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.PinturaRoot[data-env~=landscape][data-env~=has-navigation] > .PinturaMain {
|
||||||
|
grid-column: 1 / -1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.PinturaRoot[data-env~=landscape] > .PinturaNavTools {
|
.PinturaRoot[data-env~=landscape] > .PinturaNavTools {
|
||||||
padding: 24px 24px 0 !important;
|
padding: 24px 24px 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -35,6 +39,18 @@
|
||||||
background-color: var(--white) !important;
|
background-color: var(--white) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.PinturaNavGroup {
|
||||||
|
margin-left: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.PinturaUtilMain {
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.PinturaUtilFooter {
|
||||||
|
padding-right: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Main nav */
|
/* Main nav */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue