Skip to content

fix: improve responsiveness for <=480px screens#228

Closed
sujalkurkute wants to merge 2 commits into
imDarshanGK:mainfrom
sujalkurkute:fix-mobile-responsive-editor
Closed

fix: improve responsiveness for <=480px screens#228
sujalkurkute wants to merge 2 commits into
imDarshanGK:mainfrom
sujalkurkute:fix-mobile-responsive-editor

Conversation

@sujalkurkute
Copy link
Copy Markdown

Description

Improved frontend responsiveness for screens <=480px by refining layout behavior and spacing for mobile devices.

Changes made

  • Improved mobile responsiveness for the app layout
  • Fixed button wrapping and spacing issues
  • Prevented horizontal overflow on smaller screens
  • Improved footer responsiveness
  • Improved panel and tab responsiveness for mobile devices
  • Enhanced usability on narrow-width screens

Related Issue

Fixes #217

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Test addition
  • Refactor

Checklist

  • I have read CONTRIBUTING.md
  • My branch is up to date with main
  • I have run pytest -v and all tests pass
  • I have not introduced duplicate issues or features
  • My PR title follows the format: feat/fix/docs/test: short description
  • I have added tests for new features (Level 2 and 3 issues)
  • No hardcoded secrets or API keys in my code
  • This PR is linked to a GSSoC 2026 issue

Added responsive improvements for <=480px screens.

Test evidence

Frontend responsiveness tested manually at:
- 480px
- 375px
- 320px

Screenshot

Screenshot 2026-05-21 230919

@sujalkurkute sujalkurkute requested a review from imDarshanGK as a code owner May 21, 2026 17:40
@imDarshanGK imDarshanGK added duplicate This issue or pull request already exists invalid This doesn't seem right unassigned PR opened without issue assignment closed Closed due to assignment or outdated issue labels May 22, 2026
@sujalkurkute sujalkurkute deleted the fix-mobile-responsive-editor branch May 22, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

closed Closed due to assignment or outdated issue duplicate This issue or pull request already exists invalid This doesn't seem right unassigned PR opened without issue assignment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve mobile responsiveness of editor and action buttons

2 participants