Shifts board to center. You can adjust the value within CSS.
Chess.com - Center Board by SaberSpeed77
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/255409.user.css
Details
AuthorSaberSpeed77
LicenseNONE
Categorychess
Created
Updated
Size412 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 Chess.com - Center Board
@namespace USO Archive
@author SaberSpeed77
@description Shifts board to center. You can adjust the value within CSS.
@version 20240128.20.26
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("chess.com") {
.board-layout-main {
padding-left: 20vw;
}
body {
overflow: auto;
overflow-x: hidden;
}
}