Fix/mobile example layout#279
Merged
Takaros999 merged 2 commits intoJun 9, 2026
Merged
Conversation
|
@soamdesai-tfh is attempting to deploy a commit to the Worldcoin Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Takaros999
approved these changes
Jun 9, 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.
Summary
Testing
/and/arenaat 390x844, 360x740, 412x915, and desktop widthsdocument.documentElement.scrollWidth <= window.innerWidthon tested mobile pagesNote
Low Risk
Example-only stylesheet changes with no runtime or API impact.
Overview
Improves mobile layout and horizontal overflow in the IDKit browser and Next.js example UIs (including arena pages that use
globals.css).Both demos add
--control-*theme variables so inputs/selects and readonly fields use dedicated colors; light mode gets white controls and clearer disabled styling. Tooltip triggers in Next.js now use--button-textfor contrast.Shared fixes include
min-width: 0/max-width: 100%,overflow-wrap: anywhereon long monospace strings, and a@media (max-width: 700px)block that stacks config rows full-width, allows button text to wrap, adjusts padding under the fixed theme toggle, and (Next.js) keeps tooltip popovers within the viewport.Reviewed by Cursor Bugbot for commit 808356f. Bugbot is set up for automated code reviews on this repo. Configure here.