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

@@ -157,6 +157,10 @@ header {
#board {
width: 100%;
max-width: 500px;
[data-square].last-move-highlight {
box-shadow: inset 0 0 3px 3px rgba(255, 200, 0, 0.7);
}
}
#pgn-panel {
@@ -205,6 +209,7 @@ header {
padding: 8px;
background: @bg-darker;
border-radius: 6px;
-webkit-user-select: text;
user-select: text;
}