auto-save 2026-05-12 19:20 (~3)

This commit is contained in:
2026-05-12 19:20:15 +08:00
parent 30a4c46e1d
commit 5a86328ba3
3 changed files with 22 additions and 14 deletions

View File

@@ -240,10 +240,10 @@ export default function Home() {
<ThemeToggle />
</header>
{/* 左侧:竖向 tile 看板(固定 200px 宽 */}
{/* 左侧:竖向 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: 200 }}
style={{ width: 144 }}
>
<Dashboard data={nodeData} />
</aside>