auto-save 2026-05-13 15:33 (~4)

This commit is contained in:
2026-05-13 15:33:53 +08:00
parent ad895f92e2
commit 944e7e50dc
4 changed files with 40 additions and 16 deletions

View File

@@ -317,8 +317,8 @@ export default function Home() {
<>
<div className="canvas-bg" />
<main className="relative h-screen w-screen overflow-hidden flex">
{/* 主题切换 — 左下角 */}
<div className="absolute bottom-3 left-3 z-30 pointer-events-auto">
{/* 主题切换 — 左下角 Controls 上方(错开) */}
<div className="absolute z-30 pointer-events-auto" style={{ bottom: 180, left: 12 }}>
<ThemeToggle />
</div>