Update troubleshooting steps and FAQ table for UI improvements - #56
Merged
Conversation
lyzhang0113
requested changes
Aug 5, 2026
lyzhang0113
left a comment
Contributor
There was a problem hiding this comment.
Let's follow the file naming convention and use lowercase letters with hyphens (-) instead of underscores (_).
Switch the category tile grid to minmax(min(100%, 280px), 1fr) so column count follows available content width instead of viewport width, use flexbox with min-height so tiles stay equal height, wrap icon/title in separate spans with overflow-wrap so long titles wrap without widening the grid, use clamp() for responsive heading size, and add color: inherit + focus-visible + reduced-motion support. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ce from the file.
Co-authored-by: lyzhang0113 <35015690+lyzhang0113@users.noreply.github.com>
Fix category-grid CSS on barcode-reader and mrz-scanner index pages
lyzhang0113
approved these changes
Aug 6, 2026
lyzhang0113
requested changes
Aug 6, 2026
PR #57 replaced the fixed 2.5rem .faq-tile h2 font-size with clamp(1.35rem, 2vw, 1.75rem), which reads far too small on common desktop widths. Raise the clamp ceiling back to 2.5rem (matching the old fixed size) while keeping a fluid rem+vw preferred value so it still scales smoothly with viewport width. Also make the emoji icon track the heading size (1em instead of a fixed 1.3rem) and drop the hardcoded 1rem on tile body text so it inherits the theme default, same as the untouched root index.md. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
lyzhang0113
approved these changes
Aug 6, 2026
claire-chan
reviewed
Aug 7, 2026
Contributor
There was a problem hiding this comment.
@neeraj001122 @lyzhang0113 full-hd.jpg is missing
Contributor
Author
There was a problem hiding this comment.
Full-hd.jpg is now available.
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.
No description provided.