-
Notifications
You must be signed in to change notification settings - Fork 26
Make "Get involved" button responsive to fix small screen cutoff issues #469
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
base: master
Are you sure you want to change the base?
Conversation
… About FORRT menu Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
|
@copilot can the button disappear when it leaves the viewport? In general it would be good to have a very visual get involved |
…n smaller to prevent cutoff Co-authored-by: LukasWallrich <60155545+LukasWallrich@users.noreply.github.com>
The button now uses responsive display classes (
This keeps the visual, prominent button on larger displays while preventing the cutoff issue. Commit: a6ca311 |
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
1 similar comment
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
LukasWallrich
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works in my testing - a clean solution.
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
3 similar comments
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
the btn is instead getting hidden on small devices |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
17 similar comments
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
I don't understand what this is showing? You are right that the button gets hidden like this - not ideal, but imho more professional than it getting cut off. If you have a better fix, go for it ... my only thinking would be a dynamic menu element that gets unhidden as the button gets hidden?
|
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
10 similar comments
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |
|
✅ This PR has been deployed to staging as part of an aggregated deployment. View at: https://staging.forrt.org |



On small screens, the "Get involved" button in the navbar was cut off and inaccessible. The button is now responsive using Bootstrap display utility classes to maintain visibility on large screens while preventing cutoff issues on smaller screens.
Changes
layouts/partials/navbar.html(line 120)Responsive Behavior
This solution keeps the visual, prominent button on larger displays while preventing the cutoff issue on medium screens. "Get involved" remains accessible on all screen sizes either through the prominent button (XL screens) or the "About FORRT" dropdown menu (smaller screens).
Fixes #195
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.