mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-12 11:11:21 +00:00
Merge branch 'feature/initial-conversion' into feature/css-light-and-switch
This commit is contained in:
commit
fcc0019b35
@ -11,6 +11,7 @@ export const AppContainer = styled(Box)(({ theme }) => ({
|
|||||||
radius: "15px",
|
radius: "15px",
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
|
overflow: 'hidden'
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const AuthenticatedContainer = styled(Box)(({ theme }) => ({
|
export const AuthenticatedContainer = styled(Box)(({ theme }) => ({
|
||||||
|
@ -331,8 +331,9 @@ export const AppsDesktop = ({
|
|||||||
return (
|
return (
|
||||||
<AppsParent
|
<AppsParent
|
||||||
sx={{
|
sx={{
|
||||||
display: !show && "none",
|
position: !show && 'fixed',
|
||||||
flexDirection: "row",
|
left: !show && '-200vw',
|
||||||
|
flexDirection: 'row'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box
|
<Box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user