Reputation: 83
I approached my Google Chrome dev tools, only to find that some sort of setting was changed and I have no way to fix it. For some reason my whole developer tools pane is so small that I cannot see anything on it. I tried the following:
Zoom in and out CMD + / CMD -
Uninstalled and re-installed Google chrome
Still no success, Any advice?
Upvotes: 4
Views: 6895
Reputation: 575
To resize the Chrome Developer Tools on macOS, i was use the following keyboard shortcuts:
Cmd
+ -
(minus).Cmd
+ ^
(caret).But the homepage explains that can use
Cmd + -
(minus) : zoom outCommand+Shift++
: zoom inCommand+0
: Restore default zoom level with
https://developer.chrome.com/docs/devtools/shortcutsI hope this helps solve your issue!
Upvotes: 1
Reputation: 3447
On Mac: Press Command
+ 0
some characters to meet the 30 char restriction.
Upvotes: 1
Reputation: 3768
If you want to zoom in or zoom out the web screen try the following shortcut options that are working on me(Chrome OS):
CTRL
, scroll up or down the wheel of your mouse.CTRL
and SHIFT
then press +
or -
, it will change your screen resolution.Upvotes: 3
Reputation: 8081
When the development tools panel has focus just press CTRL +
or CTRL -
to increase or decrease the font size.
Upvotes: 0
Reputation: 195
In the top right of the developer tools, there is a settings icon. If you click on it you can change preferences such as font size and color, etc. This should fix it.
Upvotes: -1