mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-20 15:18:33 +00:00
Update LogsPage.tsx
This commit is contained in:
parent
f15a9c896b
commit
ed93b616f3
@ -46,7 +46,7 @@ const LogsPage = () => {
|
|||||||
}}
|
}}
|
||||||
className={'transparent-scrollbar'}
|
className={'transparent-scrollbar'}
|
||||||
>
|
>
|
||||||
<XStack justifyContent="space-between" width={'100%'}>
|
<XStack justifyContent="space-between" width={'100%'} flexWrap="wrap ">
|
||||||
<TitleLogo />
|
<TitleLogo />
|
||||||
<HeaderBtns
|
<HeaderBtns
|
||||||
dropdownMenuItem={dropdownMenuItem}
|
dropdownMenuItem={dropdownMenuItem}
|
||||||
@ -58,7 +58,7 @@ const LogsPage = () => {
|
|||||||
triggerSearch={triggerSearch}
|
triggerSearch={triggerSearch}
|
||||||
/>
|
/>
|
||||||
</XStack>
|
</XStack>
|
||||||
<Stack style={{ width: '100%', alignItems: 'center' }}>
|
<Stack style={{ width: '100%', alignItems: 'center', flexWrap: 'wrap' }}>
|
||||||
<LogsTerminal
|
<LogsTerminal
|
||||||
windowWidth={windowWidth}
|
windowWidth={windowWidth}
|
||||||
dropdownMenuItem={dropdownMenuItem}
|
dropdownMenuItem={dropdownMenuItem}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user