From dc104d1539e40dc5e10dbc78e84e63c917ef7a97 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Fri, 22 Nov 2024 23:51:44 +0200 Subject: [PATCH] fix style --- src/Wallets.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Wallets.tsx b/src/Wallets.tsx index dd313db..4ef1643 100644 --- a/src/Wallets.tsx +++ b/src/Wallets.tsx @@ -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' }} >