• Mahmoud Aglan's avatar
    fix: chess board ACTUALLY visible now · 1b09a424
    Mahmoud Aglan authored
    Two problems:
    1. --board-light and --board-dark CSS vars were in deleted app.css
       → Added all chess board CSS vars to el3ab.css :root
    
    2. .board-wrapper layout broken in our flex context
       → Added explicit override: aspect-ratio:1, position:relative
       → Kill the ::before padding hack (use aspect-ratio)
       → Force .board to position:absolute;inset:0;width:100%;height:100%
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    1b09a424
el3ab.css 22.5 KB