Siderite / Siderite/lichessTools
Opening name / pawn structure / K-MAPS alter the layout in jarring ways
Open
Nobody has claimed this yet.
bug
enhancement
- Dominant language
- JavaScript
- Stars
- 92
- Forks
- 20
- Avg merge
- 19h 59m
- Merged PRs (30d)
- 1
Description
Multiple people complained about the game meta section getting larger dynamically and altering the page layout.
Solutions include:
- reserve space even if there is no information present with a CSS like
.game__meta {
min-height: 20em;
}
- try to remove height from the other elements when expanding height in meta
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Reproduce the layout with opening name, pawn structure, and K-MAPS enabled, then locate the game meta section responsible for the expanding layout. Done means the meta section no longer causes jarring page shifts when its information appears.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100