Skip to content

Commit

Permalink
Position separator centrally in button
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Jan 9, 2023
1 parent ecf7d27 commit 8afe302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/block-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
border-radius: 0;
background: $gray-800;
left: auto;
right: 0;
right: 50%;
transition: all ease 0.2s;
transition-delay: 0.1s;
@include reduce-motion;
Expand Down
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $hub-height: $grid-unit-20 * 2 + $button-size;
}

.resizable-editor__drag-handle.is-right {
right: 0;
right: math.div(-$grid-unit-15, 2);
}

> div {
Expand Down

0 comments on commit 8afe302

Please sign in to comment.