Fix all ESLint errors across project

This commit is contained in:
2026-05-25 00:55:16 +02:00
parent 6608d771a2
commit 47e7924a49
8 changed files with 31 additions and 27 deletions

View File

@@ -130,6 +130,9 @@ header h1 {
width: 100%;
max-width: 500px;
}
#board [data-square].last-move-highlight {
box-shadow: inset 0 0 3px 3px rgba(255, 200, 0, 0.7);
}
#pgn-panel {
width: 100%;
max-width: 500px;
@@ -172,6 +175,7 @@ header h1 {
padding: 8px;
background: rgba(0, 0, 0, 0.4);
border-radius: 6px;
-webkit-user-select: text;
user-select: text;
}
/* Info Section */