-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The API reference doesn't work well on narrow displays #50
Comments
An easy improvement could be to show an icon to hide/show left navbar and on smaller screens to hide it by default. |
I could help tackle this one during Hacktoberfest. Do you have any ideas regarding the issue? The right side probably needs to be scrollable. Another low hanging fruit would be to use smaller paddings/margins on narrower screens using media queries. I like how sidebar is handled in Jira: Screen.Recording.2023-10-03.at.10.16.42.AM.mov |
This is mainly an issue on mobile, in which case I don't think it will work very well to have a draggable/resizable left menu. I think I'd prefer to have it hidden by default, or at least hidden using a floating button or something like that. |
When viewing the API reference on a narrow display (for instance portrait mode on mobile) the content extend outside the screen and it is not possible to scroll. Try this link and reduce width of the browser window. Notice that the parameters aren't fully visible:
https://defold.com/extension-spine/api/
The text was updated successfully, but these errors were encountered: