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
2 changed files with 4 additions and 2 deletions

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