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