Skip to content

Commit

Permalink
fix bug with publish button alignment when not in fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Jul 6, 2022
1 parent 63c3fbd commit f847053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

// show the full screen toggle
& > div:first-child {
& > div:not(.edit-post-header__settings):not(.edit-post-header__toolbar) {
position: absolute;
left: -60px;
transition: left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
Expand Down

0 comments on commit f847053

Please sign in to comment.