This keeps engine player icon visible, and makes them clickable to toggle player role. Displaying whether an engine plays black or white (or none of them) is controlled by CSS (here opacity).
Setting CSS to display: none would restore the old layout, though icons are still clickable.
Demo of layout part of #848
This keeps engine player icon visible, and makes them clickable to toggle player role. Displaying whether an engine plays black or white (or none of them) is controlled by CSS (here opacity). Setting CSS to
display: none
would restore the old layout, though icons are still clickable.