Skip to content

Chess.com - Center Board by SaberSpeed77

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/255409.user.css

Screenshot of Chess.com - Center Board

Details

AuthorSaberSpeed77

LicenseNONE

Categorychess

Created

Updated

Size412 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Shifts board to center. You can adjust the value within CSS.

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;
}
}

Reviews

No reviews yet.