mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +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;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.right-sidebar-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,9 @@ const ValidatorManagement = () => {
|
||||
<XStack style={{ height: '100vh' }}>
|
||||
<LeftSidebar />
|
||||
<ValidatorManagementContent />
|
||||
<RightSidebar />
|
||||
<div className="right-sidebar-wrapper">
|
||||
<RightSidebar />
|
||||
</div>
|
||||
</XStack>
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user