fix(frontend): improve mobile layout responsiveness and fix JS page l… - #1653
Open
navyasastry06 wants to merge 4 commits into
Open
fix(frontend): improve mobile layout responsiveness and fix JS page l…#1653navyasastry06 wants to merge 4 commits into
navyasastry06 wants to merge 4 commits into
Conversation
imDarshanGK
requested changes
Jul 27, 2026
imDarshanGK
left a comment
Owner
There was a problem hiding this comment.
@navyasastry06 fix this one
Contributor
Author
|
@imDarshanGK all checks have passed pls check |
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 resolves responsiveness issues on mobile/tablet viewports and fixes a startup JavaScript crash on the frontend:
#workspace > .panelCSS override to themax-width: 900pxmedia query. This prevents the browser from generating an implicit second column on tablet viewports (widths between 600px and 900px) which stretched the page horizontally and caused scrollbars.600pxfor a clean app-like appearance. Adjusted margins/paddings under400pxto match layout boundaries..footer-inner, centering and stacking layout columns vertically under@media (max-width: 600px).--fgto--textand--mutedto--text3) in the email newsletter form so that input text is fully readable on both dark and light themes.loadTheme()inindex.htmlwhich caused aReferenceErroron startup and blocked further script initialization (history/favorites/analytics rendering).Related Issue
Fixes #1595
Type of change
Checklist
mainpytest -vand all tests passfeat/fix/docs/test: short descriptionScreenshots
Please check the following absolute files on your local machine if you'd like to copy or reference these visual validation screenshots:

Before:
After:

Test evidence
All frontend static and playwright E2E tests pass successfully: