mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-02 06:36:05 +00:00
feat: create and use media query for right sidebar
This commit is contained in:
parent
e393e60154
commit
aaefe1317a
@ -130,3 +130,9 @@ ul li {
|
|||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.right-sidebar-wrapper {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -9,7 +9,9 @@ const ValidatorManagement = () => {
|
|||||||
<XStack style={{ height: '100vh' }}>
|
<XStack style={{ height: '100vh' }}>
|
||||||
<LeftSidebar />
|
<LeftSidebar />
|
||||||
<ValidatorManagementContent />
|
<ValidatorManagementContent />
|
||||||
<RightSidebar />
|
<div className="right-sidebar-wrapper">
|
||||||
|
<RightSidebar />
|
||||||
|
</div>
|
||||||
</XStack>
|
</XStack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user