Closed (fixed)
Project:
GraphQL
Version:
5.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jul 2025 at 00:11 UTC
Updated:
21 May 2026 at 19:55 UTC
Jump to comment: Most recent
Comments
Comment #3
kingdutchWill consider this for 5.x, but I need to check what this looks like and how this affects various screen sizes.
Comment #4
kingdutchOn my 16 inch MacBook the change is negligible.
Moving from 650px to 75vh means that this would reduce the size on screens with less viewport height than 867px. Most screens are likely bigger than this, so there'd be more space. On smaller screens having the size of the query reduce is also good to reduce the amount of scrolling.
Since the explorer has internal scroll I'm adding a minimum height of 450px at which the explorer still works correctly. At that point to use the UI you'd have to scroll both in your browser and within the explorer itself.
Comment #5
kingdutch