website refactor
This commit is contained in:
@@ -24,11 +24,9 @@ export function GlobalSidebarTemplate(_props: GlobalSidebarViewData) {
|
||||
position="sticky"
|
||||
top="56px"
|
||||
height="calc(100vh - 56px)"
|
||||
style={{
|
||||
borderRight: '1px solid var(--ui-color-border-default)',
|
||||
boxShadow: 'inset -1px 0 0 0 rgba(255, 255, 255, 0.01)',
|
||||
background: 'linear-gradient(180deg, #0d0d0e 0%, #0a0a0b 100%)',
|
||||
}}
|
||||
borderRight={true}
|
||||
shadow="inset -1px 0 0 0 rgba(255, 255, 255, 0.01)"
|
||||
bg="linear-gradient(180deg, #0d0d0e 0%, #0a0a0b 100%)"
|
||||
>
|
||||
<DashboardRail>
|
||||
<Box py={8} fullWidth>
|
||||
|
||||
Reference in New Issue
Block a user