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

Add back button #27

Merged
merged 2 commits into from
Jul 11, 2024
Merged

Add back button #27

merged 2 commits into from
Jul 11, 2024

Conversation

rajbos
Copy link
Collaborator

@rajbos rajbos commented Jul 11, 2024

This pull request includes changes to the layout of the game interface in game-landscape.html and corresponding CSS modifications in styles.css. The changes aim to improve the positioning of elements and add a back button to the game interface.

Here are the most important changes:

Layout modifications:

  • game-landscape.html: Removed absolute positioning from the #game-canvas and moved the #title-frame and a new back button into a new #top div. This change improves the layout of the game interface and adds a back button for better navigation.

CSS modifications:

  • styles.css: Removed absolute positioning from the #title-frame and #game-canvas, adjusted the width of the #title-frame, and added float positioning to it. Also, added new CSS rules for the #top div and its anchor elements. These changes support the layout modifications in game-landscape.html. [1] [2]

rajbos added 2 commits July 11, 2024 09:54
Closes #52

Add a back button to `game-landscape.html`

* Add a back button at the top of the body, similar to the one in `detail.html`
* Style the back button consistently with the other pages


---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/rajbos/copilot-videos/issues/52?shareId=5e352e7c-0153-459b-a057-fa134c5cafd2).
@rajbos rajbos merged commit 03aa83d into xebia:main Jul 11, 2024
1 check passed
@rajbos rajbos deleted the add-back-button branch July 11, 2024 08:11
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

Successfully merging this pull request may close these issues.

1 participant