Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When more than 6 pieces are on a point they appear on the wrong side #23

Open
ProLoser opened this issue Nov 30, 2024 · 0 comments
Open

Comments

@ProLoser
Copy link
Owner

This happened after I flipped the orientation but forgot to update the overflow CSS to match.

ProLoser added a commit that referenced this issue Nov 30, 2024
Related to #23

Update the CSS rules for stacking pieces on points to match the flipped orientation.

* Modify the `:nth-child(-n+12 of .point)` selector to adjust the `transform` property for `.piece:nth-child(n+6)` and subsequent elements
* Modify the `:nth-child(n+13 of .point)` selector to adjust the `transform` property for `.piece:nth-child(n+6)` and subsequent elements
* Modify the `:nth-child(-n+12 of .point)` selector to adjust the `transform` property for `.piece:nth-child(n+10)` and subsequent elements
* Modify the `:nth-child(n+13 of .point)` selector to adjust the `transform` property for `.piece:nth-child(n+10)` and subsequent elements

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ProLoser/PeaceInTheMiddleEast/issues/23?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant