Be able to resize the side bar with the mouse #345

Closed
opened 2026-09-14 14:54:56 +00:00 by mbjboon82 · 2 comments

The original description was not recovered.

Referenced by commits

Rebuilt from: session transcript. Opening date is approximate.

*The original description was not recovered.* **Referenced by commits** - coffey-labs/ihasmail@abb07acc8064 2026-09-14 Let the sidebar be resized by dragging its edge <sub>Rebuilt from: session transcript. Opening date is approximate.</sub>
Owner

Thanks for the suggestion! This is now in main (#347) and will be in next week's release, due Monday 21 September.

Drag the sidebar's right edge to make it anywhere from 240px to 480px wide. The handle shows when you hover over the edge. If you tab to it, the arrow keys also change the width, and double-clicking the edge puts it back to the default. The width is saved per device, the same way the message list width is.

Your own --sidebar-w CSS keeps working as before. The saved width only overrides it once you've dragged the edge, and double-clicking hands control back to your CSS.

Thanks for the suggestion! This is now in `main` (#347) and will be in next week's release, due Monday 21 September. Drag the sidebar's right edge to make it anywhere from 240px to 480px wide. The handle shows when you hover over the edge. If you tab to it, the arrow keys also change the width, and double-clicking the edge puts it back to the default. The width is saved per device, the same way the message list width is. Your own `--sidebar-w` CSS keeps working as before. The saved width only overrides it once you've dragged the edge, and double-clicking hands control back to your CSS.
Owner

Update: this shipped earlier than planned. It's in release v2026.9.15, out today rather than on Monday 21 September, so you can pull it now:

docker pull ghcr.io/coffey-labs/ihasmail:2026.9.15-pr369   # or :latest
Update: this shipped earlier than planned. It's in release [v2026.9.15](https://github.com/Coffey-Labs/ihasmail/releases/tag/v2026.9.15-pr369), out today rather than on Monday 21 September, so you can pull it now: ```bash docker pull ghcr.io/coffey-labs/ihasmail:2026.9.15-pr369 # or :latest ```
This repo is archived. You cannot comment on issues.