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.44k stars 78 forks source link

increase font size to 16px #122

Closed tommyp closed 11 months ago

tommyp commented 1 year ago

12 pixels is extremely small.

It's painful to read, and bumping it up with the DevTools open also increases the size of the font in other tabs.

This PR updates it to 16px, making it easier to read.

I've attached screenshots at different font sizes, to help answer that it:

12px Screenshot 2023-03-01 at 16 01 23 14px Screenshot 2023-03-01 at 16 02 17 16px Screenshot 2023-03-01 at 16 01 31

tommyp commented 1 year ago

There's already an issue about the font size https://github.com/sveltejs/svelte-devtools/issues/119

Smef commented 1 year ago

This would be a great improvement. The current font size is miniscule.

tommyp commented 1 year ago

@Rich-Harris Any chance we can get this merged? 🙏🏻

ignatiusmb commented 11 months ago

Thank you for the PR! I can't seem to make changes here, but the font size has been adjusted in #133 along with some other improvements.