Skip to content

Commit

Permalink
Editor: Increase pinned toolbar width at mid-size viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 27, 2017
1 parent 83081dc commit 7823e02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/post-editor/editor-html-toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,17 @@
width: calc( 100% - ( #{ ( $sidebar-width-max * 2 ) + 1 } ) );
left: 0;
}

@include breakpoint( "660px-960px" ) {
.focus-sidebar &,
.has-chat & {
width: calc( 100% - ( #{ $sidebar-width-min + 1 } ) );
}

.focus-sidebar.has-chat & {
width: calc( 100% - ( #{ ( $sidebar-width-min * 2 ) + 1 } ) );
}
}
}

.editor-html-toolbar__wrapper-buttons {
Expand Down

0 comments on commit 7823e02

Please sign in to comment.