mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Merge branch 'feature/initial-conversion' into feature/css-light-and-switch
This commit is contained in:
@@ -331,8 +331,9 @@ export const AppsDesktop = ({
|
||||
return (
|
||||
<AppsParent
|
||||
sx={{
|
||||
display: !show && "none",
|
||||
flexDirection: "row",
|
||||
position: !show && 'fixed',
|
||||
left: !show && '-200vw',
|
||||
flexDirection: 'row'
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
|
Reference in New Issue
Block a user