Hide navigator button on mobile devices
This commit is contained in:
parent
80c57ae0c0
commit
85b4d13ba2
1 changed files with 8 additions and 6 deletions
|
@ -439,12 +439,14 @@ const AppLayout: React.FC<AppLayoutProps> = ({ children }) => {
|
|||
checked={isDark}
|
||||
onClick={toggleTheme}
|
||||
/>
|
||||
<Hidden smDown>
|
||||
<NavigatorButton
|
||||
isMac={navigator.platform
|
||||
.toLowerCase()
|
||||
.includes("mac")}
|
||||
onClick={() => setNavigatorVisibility(true)}
|
||||
/>
|
||||
</Hidden>
|
||||
<div className={classes.userMenuContainer} ref={anchor}>
|
||||
<Chip
|
||||
avatar={
|
||||
|
|
Loading…
Reference in a new issue