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

Align the close, chevrons, and ellipsis icons #9814

Merged
merged 1 commit into from
Sep 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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