fix: move DevEx Sessions button further left on desktop#180
Merged
danbaruka merged 1 commit intoIntersectMBO:mainfrom Mar 6, 2026
Merged
fix: move DevEx Sessions button further left on desktop#180danbaruka merged 1 commit intoIntersectMBO:mainfrom
danbaruka merged 1 commit intoIntersectMBO:mainfrom
Conversation
danbaruka
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adjusts the position of the floating buttons at the bottom-right of the page to fix the overlap between Jump to Top and DevEx Sessions and improve usability.
Problem: The two buttons overlapped or were too close on desktop, making them hard to read and use.
Purpose: Clearly separate the two buttons (Jump to Top on the right, DevEx Sessions to its left) while keeping the same baseline on desktop.
Related Issue Fixes #170
Type of Change
Check the type of change this PR introduces:
Changes Made
website/src/css/custom.cssDesktop (≥768px): Jump to Top button aligned to the right (right: 1.7rem) for consistency with mobile.
Mobile: unchanged (bottom: 4.9rem, right: 1.7rem).
website/src/components/MeetupReminderButton/styles.module.cssDesktop (≥768px): DevEx Sessions button container moved left (right: 2rem → right: 12rem) to avoid overlap with Jump to Top and keep the same baseline.
No business logic changed; only CSS positioning updates.
Checklist
Ensure you have completed the following steps before submitting your PR: