mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-14 19:25:49 +00:00
desktop nav change
This commit is contained in:
parent
16222b845a
commit
cc0e53b3bd
@ -149,7 +149,7 @@ const defaultValues: MyContextInterface = {
|
|||||||
message: "",
|
message: "",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
export let isMobile = true;
|
export let isMobile = false;
|
||||||
|
|
||||||
const isMobileDevice = () => {
|
const isMobileDevice = () => {
|
||||||
const userAgent = navigator.userAgent || navigator.vendor || window.opera;
|
const userAgent = navigator.userAgent || navigator.vendor || window.opera;
|
||||||
|
@ -181,7 +181,8 @@ export const AppsNavBarDesktop = () => {
|
|||||||
))}
|
))}
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</AppsNavBarLeft>
|
</AppsNavBarLeft>
|
||||||
<AppsNavBarRight
|
{selectedTab && (
|
||||||
|
<AppsNavBarRight
|
||||||
sx={{
|
sx={{
|
||||||
gap: "10px",
|
gap: "10px",
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
@ -216,6 +217,8 @@ export const AppsNavBarDesktop = () => {
|
|||||||
/>
|
/>
|
||||||
</ButtonBase>
|
</ButtonBase>
|
||||||
</AppsNavBarRight>
|
</AppsNavBarRight>
|
||||||
|
)}
|
||||||
|
|
||||||
<Menu
|
<Menu
|
||||||
id="navbar-more-mobile"
|
id="navbar-more-mobile"
|
||||||
anchorEl={anchorEl}
|
anchorEl={anchorEl}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user