lichess.org
Donate

Analysis board could really use a tweek.

Would it be possible to make it so that the name of the opening stays in view because every time you make a move it changes and scrolls out of view so you have to go mouse hunting and pull it back down again if you want to see it. Thanks in advance.
A huge +1 from me. This was actally the case a long time ago.
Yes, that would be really useful, especially in opening studies when you are following a line that results in a transposition.
Okay, I did it. Get a user stylesheet extension. "Stylus" is a good one (not Stylish, that one is tracking you!).

Then create a user style for this site, add the following code to it, and save it. That's all.

.opening_box {
position: fixed;
z-index: 4000 !important;
font-family: "noto sans" !important;
border: 0 !important;
/* adjust this to your needs: */
background: #111 !important;
color: #ccc !important;
}
.opening_box + .tview2.column
{
margin-top: 2em !important;
}
Tampermonkey is for JavaScript. My code is CSS, a different language, so you need Stylus or something similar.
Oh I see. I actually wrote something with autohotkey. It's not great because I have to press a mouse button every time to get the name to slide down in sight but at least I don't have to do any mouse hunting and clicking so probably I'm not going to install a new addon just for this but I do appreciate your taking the time to share your solution with the rest of us.

This topic has been archived and can no longer be replied to.