hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
901 stars 189 forks source link

Resize sidebar #185

Open nabelekt opened 4 months ago

nabelekt commented 4 months ago

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 the viewer.css styles listed in the dev tool.