-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The current responsive design of the website causes the "Leave this site" button to overlap with the icon and text to the left of it at certain pixel widths (e.g. at
To Reproduce
This can be reproduced by viewing on a mobile device or resizing the window of a typical desktop browser from widest to narrower.
Expected behavior
The button should not overlap (and therefore block) the text/icon to the left.
Screenshots
Desktop (please complete the following information):
- OS: MacOS v26.0.1
- Browser: Chrome Version 141.0.7390.123
Smartphone (please complete the following information):
- Device: iPhone XR
- Browser: Safari
- Version: iOS v18.6.2
Additional Context
Some possible solutions:
- Adjust the global media query breakpoints (or analogous TS if the breakpoints are handled there), adding line breaks as needed.
- Adjust the media query breakpoints (or analogous TS if the breakpoints are handled there) of just this horizontal portion of the website, adding line breaks as needed.
- Move the button to be underneath the text/icon at all times.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working