ekzhang / rustpad

Efficient and minimal collaborative code editor, self-hosted, no database required
https://rustpad.io
MIT License
3.48k stars 149 forks source link

Sidebar should hide on a narrow display #38

Closed yuwash closed 2 years ago

yuwash commented 2 years ago

It seems like there’s currently no way to collapse the left-hand sidebar (dark mode, language etc.). It takes up a constant amount of width of the display, so on a narrow window (mobile phone or split screen) the remaining space for actually writing text gets very limited if existent at all… The possibility to hide it would also benefit people with wide displays as it removes visual clutter.

ekzhang commented 2 years ago

Thanks for the suggestion. Unfortunately we don't really support mobile devices, due to limitations of the Monaco text editor.

yuwash commented 2 years ago

Suggestion wasn’t strictly limited to mobile, but good to know anyway and thanks for the quick response