mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
fix: management table formatting
This commit is contained in:
parent
28b5265193
commit
584fd9679f
@ -80,7 +80,8 @@ const ManagementTable = () => {
|
||||
cursor: 'pointer',
|
||||
}}
|
||||
/>
|
||||
<Stack style={{
|
||||
<Stack
|
||||
style={{
|
||||
position: 'absolute',
|
||||
right: -2,
|
||||
top: -1.5,
|
||||
@ -89,7 +90,8 @@ const ManagementTable = () => {
|
||||
borderRadius: '50%',
|
||||
backgroundColor: '#1992D7',
|
||||
border: '1.5px solid #fff',
|
||||
}} />
|
||||
}}
|
||||
/>
|
||||
</Stack>
|
||||
</XStack>
|
||||
<table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user