1
0
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:
Daniel Barber 2019-06-06 22:13:14 -04:00
parent a60d7404d8
commit e319dda506
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
elixir 1.6.6
python 2.7.14
nodejs 10.16.0

View File

@ -85,7 +85,7 @@
}
.board__rank-labels {
display: flex;
display: none;
height: 90%;
left: 0;
position: absolute;
@ -93,7 +93,7 @@
}
.board__file-labels {
display: flex;
display: none;
height: 5%;
position: absolute;
top: 0;