sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.48k stars 79 forks source link

Make svelte devtools respect console zoom? #33

Closed jimjones26 closed 3 years ago

jimjones26 commented 3 years ago

I am getting up there in age and I like to make my fonts bigger, however in the Firefox console when I zoom the Svelte tab does not respect the zoom setting and the font remains tiny. Any chance this could be fixed?

RedHatter commented 3 years ago

Unfortunately there's no way to get the DevTools zoom level. However I've implemented a partial fix. While the svelte panel is active pressing ctl+=, ctl+-, and ctl+0 will control the zoom level. Let me know if you have any other suggestions!

freder commented 3 years ago

zooming works but the default font size def. needs to be bigger:

image