Thin evaluation bar for chess.com. It reverts changes maded by chess.com beta. mar 2024
Thin evaluation bar by chessskins
Details
Authorchessskins
LicenseNo License
Categorychess.com
Created
Updated
Size381 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Thin evaluation bar
@namespace ChessSkins
@version 1.0.0
@description Thin evaluation bar for chess.com
@author ChessSkins
==/UserStyle== */
@-moz-document domain("chess.com") {
body.with-evaluation {
--evalWidth: 2rem;
--evalAndGutter: 3rem;
--gutterLeftOfBoard: var(--gutterSmall);
}
}