website refactor

This commit is contained in:
2026-01-20 22:31:14 +01:00
parent 51288234f4
commit 7cbec00474
52 changed files with 577 additions and 146 deletions

View File

@@ -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>