- Blind mode tutorial
lichess.org
Donate

Removes paragraph/ picture on simul page for a cleaner look

@ChesswurmOTB wrote:

Removes paragraph/ picture on simul page for a cleaner look by ChesswurmOTB:
NOTE:
to avoid display issues on other pages, you must have Stylus set to applies to URLs matching on the regexp: lichess.org/simul

.simul-list__help {
display: none;
}

div .page-menu__content {
position: absolute;
width: 100%;
padding: 10px;
}

@ChesswurmOTB wrote: Removes paragraph/ picture on simul page for a cleaner look by ChesswurmOTB: NOTE: to avoid display issues on other pages, you must have Stylus set to applies to URLs matching on the regexp: lichess.org/simul .simul-list__help { display: none; } div .page-menu__content { position: absolute; width: 100%; padding: 10px; }

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