mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Refined heading position and spacing
This commit is contained in:
parent
1b3706fa1e
commit
9936dd19ae
2 changed files with 5 additions and 5 deletions
|
@ -277,7 +277,7 @@ const FrameStyles = `
|
|||
.gh-portal-content {
|
||||
position: relative;
|
||||
overflow-y: scroll;
|
||||
padding: 28px 32px 32px;
|
||||
padding: 24px 32px 32px;
|
||||
max-height: calc(100vh - 12vw);
|
||||
}
|
||||
|
||||
|
@ -318,8 +318,8 @@ const FrameStyles = `
|
|||
|
||||
.gh-portal-closeicon-container {
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
right: 20px;
|
||||
top: 14px;
|
||||
right: 14px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ export const BackButtonStyles = `
|
|||
height: unset;
|
||||
min-width: unset;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: -12px;
|
||||
top: -2px;
|
||||
left: -16px;
|
||||
background: none;
|
||||
padding: 8px;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue