mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 11:56:26 +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 LeftSidebar from '../../components/General/LeftSidebar/LeftSidebar'
|
||||||
import RightSidebar from '../../components/General/RightSideBar/RightSidebar'
|
import RightSidebar from '../../components/General/RightSideBar/RightSidebar'
|
||||||
import DashboardContent from './DashboardContent'
|
import DashboardContent from './DashboardContent'
|
||||||
import { useEffect, useState } from 'react'
|
|
||||||
import { useWindowSize } from '../../hooks/useWindowSize'
|
import { useWindowSize } from '../../hooks/useWindowSize'
|
||||||
|
|
||||||
const Dashboard = () => {
|
const Dashboard = () => {
|
||||||
|
@ -102,7 +102,7 @@ const LogsPage = () => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
</Stack>
|
</Stack>
|
||||||
</YStack>
|
</YStack>
|
||||||
<RightSidebar />
|
{windowSize.width > 900 && <RightSidebar />}
|
||||||
</XStack>
|
</XStack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user