janvi01 / sql-editor

A web-based application that provides a SQL editor to run queries and display results.
https://sql-editor-online.vercel.app/
MIT License
9 stars 17 forks source link

Bug: Not responsive for smaller screen #66

Open janvi01 opened 6 months ago

janvi01 commented 6 months ago

Describe the bug Fix the responsiveness of the web app for all screen views. Use flex, stack row & column according to the screen size.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://sql-editor-online.vercel.app/
  2. Switch to mobile view.
  3. See the components overlaying over each other and being unresponsive.

Expected behavior Fix the responsiveness for each component for all screen views. (particularly mobile view)

Screenshots

Screenshot 2024-03-05 at 7 58 29 PM
janvi01 commented 6 months ago

@prash240303 idk how this issue occurred, earlier it was pixel-perfect responsive maybe the new merge/changes had this issue.