ches om
ches personal by braveheart366
Details
Authorbraveheart366
LicenseGREY
Categoryjksr4kkudtyhndfgfrhfgjhng
Created
Updated
Code size956 B
Code checksum669c1b55
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Source code
/* ==UserStyle==
@name chess.com
@version 20241205.17.57
@namespace ?
==/UserStyle== */
@-moz-document domain("chess.com") {
.floating-action-button-tab {
align-items: center;
color: var(--color-text-default);
cursor: pointer;
display: none;
height: 4.4rem;
justify-content: center;
opacity: 1;
overflow: hidden;
padding: 1rem;
position: relative;
transition: opacity .14s ease, background 0ms linear;
width: 4.4rem;
}
.resizable-chat-area-component.resizable-chat-area-resizable {
height: auto;
max-height: 50vh;
overflow: auto;
resize: vertical;
transform: scaleY(-1);
display: none;
}
#sb {
background-color: var(--color-transparent-black-20);
flex-shrink: 0;
height: 100vh;
height: 100dvh;
position: static;
width: 5rem;
opacity: 0.5;
}
body.wide-evaluation {
--evalWidth: 7rem;
}
}
}