max-inline-size:100vh;/* TODO: We don't use SVG for the chess pieces, so it might look pixelated on high-res */
#main{
display:grid;
}
/* Chess board START */
#boarda{
margin:1px;
}
@ -20,6 +20,7 @@
display:flex;
flex-flow:column-reverse;/* Order depends on player side #1/3 */
padding-left:24px;
max-inline-size:75vh;/* TODO: We don't use SVG for the chess pieces, so it might look pixelated on high-res. Wouldn't it be better to have a resizeable board? */
min-width:178px;/* From this point onward the item list font size will be too large */