We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559a2a7 commit 483a805Copy full SHA for 483a805
games/checkers.html
@@ -66,7 +66,7 @@
66
.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}
67
.move-history{margin-top:20px}
68
.move-history h3{font-size:1.1rem;margin-bottom:12px;color:#1f2937}
69
- .move-list{max-height:200px;overflow-y:auto;background:#f9fafb;border-radius:8px;padding:12px}
+ .move-list{height:200px;overflow-y:auto;background:#f9fafb;border-radius:8px;padding:12px}
70
.move-item{padding:8px;margin-bottom:4px;background:#fff;border-radius:6px;font-family:monospace;font-size:.9rem;display:flex;justify-content:space-between;align-items:center}
71
.move-item .move-number{color:#6b7280;font-weight:600}
72
.move-item .move-notation{color:#1f2937}
0 commit comments