lichess.org
Donate

Piece size in 3D theme

Using the 3D theme in order to keep your vision trained for otb is important to me. But on lichess, the pieces are way too large for their squares.
Is there a way to reduce their size? I can't find it...
Thanks.
moonie, it's amazing, thanks!
However, after installing it into Chrome, it hasn't modified the size of the pieces...
Do you know whether this could be a IOS incompatibility?
You're welcome! Did you tried the one I posted? It mentions 2d pieces but also works for 3d.
The style you mentioned is not working here either, maybe it needs to be updated.
I just tried it, imported it, and yes it works, thanks a lot...!
I installed the smaller 3d piece style into Chrome and it didn't do squat. Some other user styles are working but not this one :-(
Change the css to this:

.pawn.black {transform: scale(.75) translateY(5%)}
.knight.black {transform: scale(.75) translateY(5%)}
.bishop.black {transform: scale(.75) translateY(5%)}
.rook.black {transform: scale(.75) translateY(5%)}
.queen.black {transform: scale(.75) translateY(5%)}
.king.black {transform: scale(.75) translateY(5%)}
.pawn.white {transform: scale(.75) translateY(5%)}
.knight.white {transform: scale(.75) translateY(5%)}
.bishop.white {transform: scale(.75) translateY(5%)}
.rook.white {transform: scale(.75) translateY(5%)}
.queen.white {transform: scale(.75) translateY(5%)}
.king.white {transform: scale(.75) translateY(5%)}

lichess changed something a few months ago that rendered a lot of styles obsolete. This will fix it.
Bio-matrix, see above, you can also import the first link, for 2D pieces, it works on the 3D pieces too.

This topic has been archived and can no longer be replied to.