Skip to content

Commit e223e89

Browse files
authored
Update analysischat.html
1 parent fe41f6e commit e223e89

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

analysischat.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@
1515
border-radius: 5px;
1616
cursor: pointer;
1717
}
18+
#html-chat {background-color: light; border-radius: 3px;}
19+
#html-chat-history {background-color: light; border-radius: 3px;}
20+
#mes {background-color: light; border-radius: 3px;}
1821
</style>
1922
</head>
2023
<body>
2124
<main>
2225
<h1>Analysis chat</h1>
2326
<p><i>You can ask Stockfish about position</i></p>
24-
<div id="html-chat" style="background-color: blue; border-radius: 3px;">
25-
<div id="html-chat-history" style="background-color: light; border-radius: 3px;"></div>
26-
<lable for="mes"></lable>
27-
<input id="mes" name="mes" style="background-color: light; border-radius: 3px;">
27+
<div id="html-chat">
28+
<div id="html-chat-history"></div>
29+
<lable for="mes">FEN:</lable>
30+
<input id="mes" name="mes">
2831
<label for="depth_id">Depth:</label>
2932
<input id="depth_id" name="depth_id">
3033
<button type="submit" onclick="submit_for_analysis()">Submit for analysis</button>
@@ -96,7 +99,7 @@ <h1>Analysis chat</h1>
9699
}
97100
</script>
98101
<article>
99-
<a href="https://stockfishchess.org"><img src="https://stockfishchess.org/images/logo/icon_128x128@2x.webp"></a>
102+
<a href="https://stockfishchess.org"><img src="https://stockfishchess.org/images/logo/icon_128x128@2x.webp" width="20px" height="20px"></a>
100103
</article>
101104
</main>
102105
<footer>

0 commit comments

Comments
 (0)