Skip to content

Commit

Permalink
fix: navigation button not showing up on iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 24, 2022
1 parent cd0ddb7 commit 5eb5634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const NavigationMenuButton = () => {

return (
<RoundIconButton
className="mr-3 md:hidden"
className="mr-3 md:hidden pointer-coarse:md-only:flex pointer-coarse:lg-only:flex"
onClick={() => {
if (selectedPane === AppPaneId.Items || selectedPane === AppPaneId.Editor) {
toggleAppPane(AppPaneId.Navigation)
Expand Down

0 comments on commit 5eb5634

Please sign in to comment.