Skip to content

Commit 692f712

Browse files
committed
🎨 Moved Close to the far-right corner of the mobile preview header
no ref - Close at the left edge of the action cluster read as floating mid-header; placing it after Publish anchors it to the corner while keeping share directly left of Publish
1 parent 096bec3 commit 692f712

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ghost/admin/app/styles/layouts/post-preview.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@
9090
margin-left: auto;
9191
}
9292

93-
/* move Close ahead of share so share sits directly left of Publish */
93+
/* push Close to the far-right corner so it isn't stranded mid-header; share
94+
still sits directly left of Publish */
9495
.gh-post-preview-close {
95-
order: -1;
96+
order: 1;
9697
}
9798

9899
/* the desktop/mobile size toggle is meaningless on a phone */

0 commit comments

Comments
 (0)