Skip to content

Commit

Permalink
Fix buttons Unresponsive in Site Editor on Mobile Browsers and Apps (#…
Browse files Browse the repository at this point in the history
…58852)

The site hub icon was full width at smaller screens, obstructing the icons in the toolbar from being clicked.
  • Loading branch information
jeryj authored Feb 9, 2024
1 parent b283c47 commit e9c739f
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
@@ -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;
}
}
}

0 comments on commit e9c739f

Please sign in to comment.