Reputation: 5368
How to hide the right bottom section (style section) of dev tools?
Upvotes: 39
Views: 15099
Reputation: 53
since the chatbots haven't figured this one out, here's how to get rid of the annoying Styles pane for chromium:
the extra pane will now be at the bottom, height-adjustable.
Upvotes: 1
Reputation: 46
I've found that you can collapse the sidebar more when you selected computed rather than styles. Styles has too large of a minimum width and the computed tab collapses to the size of the chevron icon.
Computed tab collapsed:
Selection of computed tab:
Upvotes: 3
Reputation: 799
By default, this is the way it is placed
But from the settings -> preferences -> Panel layout -> "Horizontal"
With this option, we can bring the style pane to the bottom
Upvotes: 31
Reputation: 25897
There's no way to hide it. You can resize it so that it's pushed off to the side, as wOxxOm mentioned.
Here's a different UI setup that you may prefer:
If you undock your DevTools window and make it narrow, the Styles pane moves below the DOM Tree. From there, you can minimize it.
You can also achieve this UI setup just by making your DevTools window more narrow. You don't have to undock it.
Upvotes: 15