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

Footer nav buttons misaligned on Safari 17.4 #915

Open
1 task done
cbutcosk opened this issue Mar 29, 2024 · 1 comment
Open
1 task done

Footer nav buttons misaligned on Safari 17.4 #915

cbutcosk opened this issue Mar 29, 2024 · 1 comment
Assignees
Labels
status:triage needed Issue needs to be triaged by the Quire team. This label is automatically applied to new issues.

Comments

@cbutcosk
Copy link
Collaborator

Before proceeding, make sure there isn’t an existing issue for this bug.

  • I have searched the existing issues and determined this is a new bug.

Expected Behavior

When building a fresh project based on quire-starter-default, the Prev / Next nav buttons on the bottom of the page should be aligned on the same horizontal baseline, as they are on Chrome:
Screenshot 2024-03-29 at 15 24 05

Actual Behavior

Footer nav buttons are misaligned on Safari 17.4:
Screenshot 2024-03-29 at 15 23 48

Steps to Reproduce

  • npx @thegetty/quire-cli new test
  • cd test
  • npx @thegetty/quire-cli preview
  • Go to the site in your browser.

Version Numbers

[CLI] Command 'info' called with options { debug: true }
[test]
quire-cli 1.0.0-rc.11
quire-11ty 1.0.0-rc.16
starter https://github.com/thegetty/[email protected]
[System]
quire-cli 1.0.0-rc.11
node v21.6.2
npm 6.14.18
os Darwin 23.4.0

Web Browser

Safari 17.4

Relevant Terminal/Shell Output

No response

Supporting Information

No response

@cbutcosk cbutcosk added the status:triage needed Issue needs to be triaged by the Quire team. This label is automatically applied to new issues. label Mar 29, 2024
@its-leofisher
Copy link

Before proceeding, make sure there isn’t an existing issue for this bug.

  • I have searched the existing issues and determined this is a new bug.

Expected Behavior

When building a fresh project based on quire-starter-default, the Prev / Next nav buttons on the bottom of the page should be aligned on the same horizontal baseline, as they are on Chrome: Screenshot 2024-03-29 at 15 24 05

Actual Behavior

Footer nav buttons are misaligned on Safari 17.4: Screenshot 2024-03-29 at 15 23 48

Steps to Reproduce

  • npx @thegetty/quire-cli new test
  • cd test
  • npx @thegetty/quire-cli preview
  • Go to the site in your browser.

Version Numbers

[CLI] Command 'info' called with options { debug: true } [test] quire-cli 1.0.0-rc.11 quire-11ty 1.0.0-rc.16 starter https://github.com/thegetty/[email protected] [System] quire-cli 1.0.0-rc.11 node v21.6.2 npm 6.14.18 os Darwin 23.4.0

Web Browser

Safari 17.4

Relevant Terminal/Shell Output

No response

Supporting Information

No response

min-width should be used to help with browser rendering quirks, to give it the flexibility to expand if needed.

Safari:
image

Chrome with min-width applied works well:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:triage needed Issue needs to be triaged by the Quire team. This label is automatically applied to new issues.
Projects
None yet
Development

No branches or pull requests

3 participants