mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 10:05:56 +00:00
fix
This commit is contained in:
parent
f313c781a8
commit
c5f5c65b56
@ -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',
|
||||
gap: '10px',
|
||||
justifyContent: 'flex-end',
|
||||
@ -546,9 +558,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
|
||||
Export
|
||||
</ButtonBase>
|
||||
</Box>
|
||||
</Box>
|
||||
)}
|
||||
|
||||
</Box>
|
||||
</Popover>
|
||||
<CustomizedSnackbars
|
||||
duration={3500}
|
||||
|
Loading…
x
Reference in New Issue
Block a user