0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Updated publishing flow header

Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
Sanne de Vries 2022-05-10 21:10:11 +01:00
parent cf3f872fa6
commit e134e5b365
3 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<div class="flex flex-column h-100 items-center overflow-auto">
<header class="gh-publish-header" data-test-modal="publish-flow">
<button class="gh-publish-back-button" title="Close" type="button" {{on "click" @close}}>
<span>{{svg-jar "arrow-left"}} Back to editor</span>
<span>{{svg-jar "arrow-left"}} Editor</span>
</button>
</header>

View file

@ -1,7 +1,7 @@
<div class="flex flex-column h-100 items-center overflow-auto">
<header class="gh-publish-header" data-test-modal="update-flow">
<button class="gh-publish-back-button" title="Close" type="button" {{on "click" @close}}>
<span>{{svg-jar "arrow-left"}} Back to editor</span>
<span>{{svg-jar "arrow-left"}} Editor</span>
</button>
</header>

View file

@ -312,7 +312,6 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
height: 36px;
padding: 0;
margin: 30px;