From f6b06edfd2f546cb2ca3797b75b539155a241772 Mon Sep 17 00:00:00 2001 From: Sundaram Kumar Jha Date: Fri, 7 Jul 2023 12:50:15 +0530 Subject: [PATCH] updated --- css/main.css | 2 +- index.html | 26 ++++++++++++++++++++++++-- js/main.js | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index dc13e6b..079cc92 100644 --- a/css/main.css +++ b/css/main.css @@ -5,7 +5,7 @@ #myBoard { max-width: 100%; height: auto; - overflow: scroll; + overflow: auto; } .highlight-white { diff --git a/index.html b/index.html index efb4b0d..350a4c0 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,11 @@ integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"> + @@ -59,7 +64,7 @@
-

Simple Chess AI

+

♟️Play Chess♟️

0   positions evaluated in   0s.
@@ -67,6 +72,23 @@

Simple Chess AI

That's   0   positions / s.
+

@@ -183,7 +205,7 @@

Status

-
+
diff --git a/js/main.js b/js/main.js index 7f8c45d..740af2b 100644 --- a/js/main.js +++ b/js/main.js @@ -662,4 +662,4 @@ function onMouseoutSquare(square, piece) { function onSnapEnd() { board.position(game.fen()); -} +} \ No newline at end of file