mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-11 02:36:59 +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",
|
||||
backgroundColor: theme.palette.background.default,
|
||||
color: theme.palette.text.primary,
|
||||
overflow: 'hidden'
|
||||
}));
|
||||
|
||||
export const AuthenticatedContainer = styled(Box)(({ theme }) => ({
|
||||
|
@ -331,8 +331,9 @@ export const AppsDesktop = ({
|
||||
return (
|
||||
<AppsParent
|
||||
sx={{
|
||||
display: !show && "none",
|
||||
flexDirection: "row",
|
||||
position: !show && 'fixed',
|
||||
left: !show && '-200vw',
|
||||
flexDirection: 'row'
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
|
Loading…
x
Reference in New Issue
Block a user