diff --git a/src/BottomBar.jsx b/src/BottomBar.jsx index 4c0045bc..12b8cde2 100644 --- a/src/BottomBar.jsx +++ b/src/BottomBar.jsx @@ -159,7 +159,7 @@ const BottomBar = memo(({ background: `linear-gradient(90deg, ${gradientColors})`, border: '1px solid var(--gray8)', color: 'white', - margin: '2px 4px 0 0px', + margin: '0px 5px 0 0px', display: 'flex', alignItems: 'center', justifyContent: 'center', @@ -299,12 +299,6 @@ const BottomBar = memo(({ /> -
- -
- {!simpleMode && ( )} +
+ +
+ {(!simpleMode || !exportConfirmEnabled) && }