fix: group links and share button with dark mode toggle on the right#43
Merged
magnus-madsen merged 2 commits intomasterfrom Mar 12, 2026
Merged
fix: group links and share button with dark mode toggle on the right#43magnus-madsen merged 2 commits intomasterfrom
magnus-madsen merged 2 commits intomasterfrom
Conversation
Wrap the links, shareable button, and dark mode toggle in a shared flex container so they float together on the right side of the menu bar. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace margin-top: 30vh with flexbox centering so the spinner stays centered in the right pane at all viewport sizes, including the responsive breakpoint where the pane is shorter. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
.menu-rightflex container so they are grouped together on the right side of the menu bar.menu(form, links, toggle) were spread apart byjustify-content: space-between; now the right-side elements stay adjacent.linksstill hides below 1400px while the toggle remains visibleTest plan
🤖 Generated with Claude Code