mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-20 10:05:56 +00:00
fix style
This commit is contained in:
parent
cad1072035
commit
dc104d1539
@ -225,8 +225,8 @@ export const Wallets = ({ setExtState, setRawWallet, rawWallet }) => {
|
||||
gap: "10px",
|
||||
alignItems: "center",
|
||||
position: wallets?.length === 0 ? 'relative' : 'fixed',
|
||||
bottom: '20px',
|
||||
right: '20px'
|
||||
bottom: wallets?.length === 0 ? 'unset' : '20px',
|
||||
right: wallets?.length === 0 ? 'unset' : '20px'
|
||||
}}
|
||||
>
|
||||
<CustomButton onClick={handleSetSeedValue} sx={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user