Commit 52a54d29 authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix(chess): reduce top spacer for tighter center positioning

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent ebf076a5
......@@ -105,7 +105,7 @@ export function mountGame(el, params) {
</div>
</div>
<!-- Spacer — near center, slightly bottom-biased -->
<div style="flex:0.4;"></div>
<div style="flex:0.25;"></div>
<!-- Opponent Bar (compact — keep minimal at top) -->
<div class="chess-bar" style="display:flex;align-items:center;justify-content:space-between;padding:4px 12px;background:#0f0f1e;">
<div style="display:flex;align-items:center;gap:8px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment