0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Mobile size fixes

no refs.
- fixed account home margin
- fixed change plan bottom margin
This commit is contained in:
Peter Zimon 2020-09-15 11:47:48 +02:00
parent 6bf8451231
commit 9a233e8210
2 changed files with 2 additions and 3 deletions

View file

@ -602,7 +602,6 @@ const MobileStyles = `
}
.gh-portal-account-main {
margin: -24px;
padding: 24px;
}
}

View file

@ -11,7 +11,7 @@ export const AccountPlanPageStyles = `
}
.gh-portal-expire-container {
margin: -8px 0 18px;
margin: -8px 0 0;
}
`;
@ -266,7 +266,7 @@ export default class AccountPlanPage extends React.Component {
const {showConfirmation, newPlan} = this.state;
return (
<div>
<div className='gh-portal-content with-footer'>
<div className='gh-portal-content'>
<Header member={member} brandColor={brandColor} onBack={e => this.onBack} />
<PlanMain
{...this.context}