fix: center game controls in playground mode

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
2026-01-16 05:05:29 +01:00
parent 55379c14f0
commit 547840c3fd
2 changed files with 7 additions and 1 deletions

View File

@@ -891,6 +891,10 @@ kbd {
box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.08);
}
.game-controls.centered {
justify-content: center;
}
/* ================= SIDEBAR ================= */
.sidebar-backdrop {
position: fixed;