Skip to content

Commit

Permalink
Align the close, chevrons, and ellipsis icons (#9814)
Browse files Browse the repository at this point in the history
This applies the beginnings of a grid to the icons in the right side of the editor.
  • Loading branch information
jasmussen authored and mtias committed Sep 12, 2018
1 parent 157d5b8 commit 7eb1252
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions edit-post/components/header/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.edit-post-header {
height: $header-height;
padding: $item-spacing 2px;
padding: $grid-size-small 2px;
border-bottom: $border-width solid $light-gray-500;
background: $white;
display: flex;
Expand All @@ -19,7 +19,7 @@
// otherwise you can invoke the overscroll bounce on the non-scrolling container, causing (ノಠ益ಠ)ノ彡┻━┻
@include break-small {
position: fixed;
padding: $item-spacing;
padding: $grid-size;
top: $admin-bar-height-big;

body.is-fullscreen-mode & {
Expand Down
2 changes: 1 addition & 1 deletion edit-post/components/sidebar/settings-header/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.components-panel__header.edit-post-sidebar__panel-tabs {
justify-content: flex-start;
padding-left: 0;
padding-right: $panel-padding / 2;
padding-right: $grid-size-small;
border-top: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion edit-post/components/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
.components-panel__header.edit-post-sidebar__panel-tabs {
justify-content: flex-start;
padding-left: 0;
padding-right: $panel-padding / 2;
padding-right: $grid-size-small;
border-top: 0;
margin-top: 0;

Expand Down

0 comments on commit 7eb1252

Please sign in to comment.