Merge branch 'feature/initial-conversion' into feature/css-light-and-switch

This commit is contained in:
nico.benaz 2025-04-10 09:14:21 +02:00 committed by GitHub
commit fcc0019b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -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 }) => ({

View File

@ -331,8 +331,9 @@ export const AppsDesktop = ({
return (
<AppsParent
sx={{
display: !show && "none",
flexDirection: "row",
position: !show && 'fixed',
left: !show && '-200vw',
flexDirection: 'row'
}}
>
<Box