mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
Update RightSidebar.tsx
This commit is contained in:
parent
66cfccb6d0
commit
ec61704762
@ -12,12 +12,13 @@ const RightSidebar = () => {
|
||||
|
||||
return (
|
||||
<YStack
|
||||
width={'250px'}
|
||||
space={'$4'}
|
||||
minHeight={'100vh'}
|
||||
minWidth={'12vw'}
|
||||
background={'#FFF'}
|
||||
maxHeight={'100vh'}
|
||||
backgroundColor={'#FFF'}
|
||||
style={{ padding: '8px', border: '1px solid #F0F2F5' }}
|
||||
position="fixed-end"
|
||||
|
||||
|
||||
>
|
||||
<XStack alignItems="center">
|
||||
<Avatar type="user" size={32} name="Etherium Mainnet" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user