devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Add UI scale

Open mrleblanc101 opened this issue 1 year ago • 0 comments

What problem does this feature solve?

Currently we can zoom the Devtools entirely using CMD + or CMD -. But this will affect other parts of the Devtools, not only the Vue Devtools plugin. It would be nice if we could have a UI Scale slider in the Settings like the Nuxt Devtools.

This shouldn't be too hard if the UI is made using rem/em instead of px. We could simply increase the base font-size depending on the user preference. Here are some screenshot from the Nuxt Devtools setting page: Screenshot 2024-02-19 at 11 37 59 AM

Screenshot 2024-02-19 at 11 38 04 AM

mrleblanc101 avatar Feb 19 '24 16:02 mrleblanc101