Skip to content

Commit

Permalink
Edit mode site hub icon should always be 60px wide
Browse files Browse the repository at this point in the history
The site hub icon was full width at smaller screens, obstructing the icons in the toolbar from being clicked.
  • Loading branch information
jeryj committed Feb 8, 2024
1 parent 55e838f commit fa3e08d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@
}

.edit-site-layout.is-full-canvas & {
padding-right: $grid-unit-20;
padding-right: 0;
border-radius: 0;
width: 100vw;
width: $header-height;
box-shadow: none;

@include break-medium {
width: $header-height;
padding-right: 0;
}
}
}

Expand Down

0 comments on commit fa3e08d

Please sign in to comment.