You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
This happened after I flipped the orientation but forgot to update the overflow CSS to match.
The text was updated successfully, but these errors were encountered: