Puzzle Racer in a Line
Lichess Racer in a Line by SergioGlorias
Details
AuthorSergioGlorias
LicenseNo License
Categorylichess.org
Created
Updated
Size512 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 Lichess Racer in a Line
@namespace https://github.com/SergioGlorias
@version 1.0.0
@description Puzzle Racer in a Line
@author SergioGlorias
==/UserStyle== */
@-moz-document url-prefix("https://lichess.org/racer/") {
#main-wrap {
padding-right: 50px
}
div.racer {
grid-template-areas: "race board side" "history history history";
grid-template-columns: minmax(240px, 550px) var(--col2-uniboard-width) minmax(240px, 400px)
}
}