mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-25 12:27:51 +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",
|
gap: "10px",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
position: wallets?.length === 0 ? 'relative' : 'fixed',
|
position: wallets?.length === 0 ? 'relative' : 'fixed',
|
||||||
bottom: '20px',
|
bottom: wallets?.length === 0 ? 'unset' : '20px',
|
||||||
right: '20px'
|
right: wallets?.length === 0 ? 'unset' : '20px'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<CustomButton onClick={handleSetSeedValue} sx={{
|
<CustomButton onClick={handleSetSeedValue} sx={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user