Fix all ESLint errors across project
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user