auto-save 2026-05-12 19:25 (~4)

This commit is contained in:
2026-05-12 19:25:47 +08:00
parent 5a86328ba3
commit c1596680cf
4 changed files with 56 additions and 26 deletions

View File

@@ -240,10 +240,10 @@ export default function Home() {
<ThemeToggle />
</header>
{/* 左侧:竖向 tile 看板(窄 */}
{/* 左侧:竖向 tile 看板(窄) */}
<aside
className="relative z-10 flex-shrink-0 border-r border-white/5 bg-black/20 backdrop-blur-xl overflow-y-auto"
style={{ width: 144 }}
style={{ width: 108 }}
>
<Dashboard data={nodeData} />
</aside>