mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
feat(logs page): make sidebar responsive
This commit is contained in:
parent
6d043ba203
commit
9aa4b06ae9
@ -3,7 +3,6 @@ import { XStack } from 'tamagui'
|
||||
import LeftSidebar from '../../components/General/LeftSidebar/LeftSidebar'
|
||||
import RightSidebar from '../../components/General/RightSideBar/RightSidebar'
|
||||
import DashboardContent from './DashboardContent'
|
||||
import { useEffect, useState } from 'react'
|
||||
import { useWindowSize } from '../../hooks/useWindowSize'
|
||||
|
||||
const Dashboard = () => {
|
||||
|
@ -102,7 +102,7 @@ const LogsPage = () => {
|
||||
</Stack>
|
||||
</Stack>
|
||||
</YStack>
|
||||
<RightSidebar />
|
||||
{windowSize.width > 900 && <RightSidebar />}
|
||||
</XStack>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user