Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce a default icon size to allow flex alignment + fix unaligned labels #9828

Merged
merged 8 commits into from
Sep 20, 2018
Prev Previous commit
Next Next commit
Further unify transform icons
  • Loading branch information
chrisvanpatten committed Sep 12, 2018
commit 0b09087e20a7b25123d52fc5041c5d1bbb060aed
3 changes: 1 addition & 2 deletions packages/editor/src/components/block-switcher/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
height: $icon-button-size-small + 6px;
position: relative;
margin: 0 auto;
padding: 0;
padding: 3px;
display: flex;
align-items: center;
transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
Expand All @@ -49,7 +49,6 @@
.editor-block-switcher__transform {
margin-top: 6px;
border-radius: $radius-round-rectangle;
padding: 3px;
}

// Block hover and focus style.
Expand Down