You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A request: It would be helpful to be able to resize the sidebar in the browser window. In smaller windows, it can take up (relatively) a lot of space.
As a workaround, it is fairly easy to "Inspect" (open dev tools) on the element and change its width. This causes all the text to wrap. It'd probably be better. To accomplish this, I am able to add white-space: nowrap; to the viewer.css styles listed in the dev tool.
The text was updated successfully, but these errors were encountered:
This project is awesome. Thank you!
A request: It would be helpful to be able to resize the sidebar in the browser window. In smaller windows, it can take up (relatively) a lot of space.
As a workaround, it is fairly easy to "Inspect" (open dev tools) on the element and change its width. This causes all the text to wrap. It'd probably be better. To accomplish this, I am able to add
white-space: nowrap;
to theviewer.css
styles listed in the dev tool.The text was updated successfully, but these errors were encountered: