lgklsv / graphiql

GraphQL Playground

Home Page:https://graphiql-ide.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement adaptive layout on IDE page

lgklsv opened this issue · comments

commented
  • up to a reasonable width preserve desktop view (window.innerHeight should probable be calculated on resize)
  • create mobile view

Mobile layout optiions:

  • disable resizers on mobile and put all components under each other (query field, response field, docs somewhere?))
  • disable resizers on mobile but make docs and response fields position absolute and slide them out of the screen

Image