mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Set NodeJS version and fix FOBST
This commit is contained in:
parent
a60d7404d8
commit
e319dda506
@ -1,2 +1,3 @@
|
|||||||
elixir 1.6.6
|
elixir 1.6.6
|
||||||
python 2.7.14
|
python 2.7.14
|
||||||
|
nodejs 10.16.0
|
||||||
|
|||||||
@ -85,7 +85,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.board__rank-labels {
|
.board__rank-labels {
|
||||||
display: flex;
|
display: none;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -93,7 +93,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.board__file-labels {
|
.board__file-labels {
|
||||||
display: flex;
|
display: none;
|
||||||
height: 5%;
|
height: 5%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user