This commit is contained in:
PhilReact 2024-12-20 21:04:46 +02:00
parent f313c781a8
commit c5f5c65b56

View File

@ -489,7 +489,19 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
)} )}
</> </>
)} )}
<Box sx={{
</Box>
)}
<Box
sx={{
padding: "15px",
display: "flex",
flexDirection: "column",
gap: 1,
width: '100%'
}}
>
<Box sx={{
display: 'flex', display: 'flex',
gap: '10px', gap: '10px',
justifyContent: 'flex-end', justifyContent: 'flex-end',
@ -546,9 +558,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
Export Export
</ButtonBase> </ButtonBase>
</Box> </Box>
</Box> </Box>
)}
</Popover> </Popover>
<CustomizedSnackbars <CustomizedSnackbars
duration={3500} duration={3500}