gristlabs / grist-desktop

Desktop Grist, packaged with Electron
Apache License 2.0
154 stars 7 forks source link

Zoom #12

Open jperon opened 12 months ago

jperon commented 12 months ago

On my laptop’s screen, which is quite small with a rather good resolution, the default zoom is to small to be easily readable. While I can change it by opening the console and typing document.body.style.zoom="140%", it would be nice to have the ability to zoom in with Ctrl+mouse scroll.

seancolsen commented 10 months ago

+1

This is important for me because, due to my high-DPI monitor, Grist desktop is almost completely unusable without zoom.

I also tried:

The document.body.style.zoom="140%" work-around is somewhat helpful, but obviously it doesn't persist across application restarts and some page navigation. That means I need to continue re-applying that work around throughout my work if I want to keep using Grist.