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