Skip to content

Commit

Permalink
Final pixel adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Jan 23, 2018
1 parent 3e69e51 commit 790c70d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions editor/components/block-list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
content: '';
position: absolute;
height: 36px;
top: 8px;
top: 10px;
}

&.is-selected > .editor-block-mover:before,
Expand Down Expand Up @@ -285,6 +285,7 @@
// Right side UI
> .editor-block-settings-menu {
right: $block-mover-margin;
padding-top: 2px;

// Mobile
display: none;
Expand All @@ -297,7 +298,7 @@
// Left side UI
> .editor-block-mover {
left: $block-mover-margin;
padding-top: 3px;
padding-top: 5px;
z-index: z-index( '.editor-block-mover' );

// Mobile
Expand Down
2 changes: 1 addition & 1 deletion editor/components/block-mover/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
.editor-inserter {
position: absolute;
left: -18px;
top: 14px;
top: 16px;
}
}

0 comments on commit 790c70d

Please sign in to comment.