Luke Dennis
Luke Dennis

Reputation: 14550

How to dock Chrome Web Inspector to the side of the browser instead of the bottom?

It's currently docked to the bottom of the browser.

I know it can be split into a separate window, but I wanted it docked to the side of the browser instead.

Upvotes: 5

Views: 12732

Answers (3)

Pacerier
Pacerier

Reputation: 89643

At the top right of the inspector, click the button with the three dots:

enter image description here

A subwindow will appear. There are three buttons beside the text "Dock side"; click on the third:

enter image description here

That's all.

Upvotes: 5

TryingToImprove
TryingToImprove

Reputation: 7407

Just wanted to tell that for Google Chrome 24 the dock to right have been moved to the bottom left. You have to hold down the icon.

Take a look at this chrome issue: http://code.google.com/p/chromium/issues/detail?id=154199

Upvotes: 6

abraham
abraham

Reputation: 47833

Click on the gear in the lower right of the inspector. Check the Dock to right option. You may have to update to the beta/dev channel for the option to be available.

Update: The option is now in the lower left of the inspectors toolbar.

New toggle button for "dock to right"

Upvotes: 16

Related Questions