mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Refined account plan page footer padding
This commit is contained in:
parent
aa6bb75e13
commit
5b7b77a855
@ -16,7 +16,7 @@ const DEV_MODE_DATA = {
|
||||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.paid,
|
||||
page: 'signup'
|
||||
page: 'accountHome'
|
||||
};
|
||||
export default class App extends React.Component {
|
||||
constructor(props) {
|
||||
|
@ -433,6 +433,11 @@ const FrameStyles = `
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.gh-portal-popup-container.account-profile .gh-portal-action-footer {
|
||||
height: unset;
|
||||
padding-bottom: 36px;
|
||||
}
|
||||
|
||||
/* Icons
|
||||
/* ----------------------------------------------------- */
|
||||
.gh-portal-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user