0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00
This commit is contained in:
Sodbileg Gansukh 2024-08-07 11:57:12 +08:00
parent 6bd6ec4223
commit 7b59a91c82
3 changed files with 3 additions and 12 deletions

View file

@ -393,7 +393,8 @@ Post context menu
stroke-width: 1.8px;
}
.gh-posts-context-menu li:last-child::before, .gh-analytics-actions-menu li:last-child::before {
.gh-posts-context-menu li:last-child::before,
.gh-analytics-actions-menu li:last-child::before {
display: block;
position: relative;
content: "";

View file

@ -347,5 +347,3 @@
margin-left: 8px;
background: var(--whitegrey);
}

View file

@ -73,12 +73,4 @@
</section>
{{outlet}}
</section>
{{#if this.showPublishFlowModal}}
<GhFullscreenModal
@modal="publish-flow"
@model={{this.latestScheduledPost}}
@close={{this.togglePublishFlowModal}}
@modifier="action wide" />
{{/if}}
</section>