melat0nin / chrome-devtools-vertical

CSS styles to layout Chrome's Devtools to look like Firebug in vertical mode (source code horizontally above attributes)
38 stars 5 forks source link

chrome-devtools-vertical is no longer necessary -- vertical split has officially landed in Chrome 27.

chrome-devtools-vertical

A Custom.css stylesheet for Chrome/Chromium which alters the layout of Devtools when docked to the right of the screen so that the code appears horizontally above the attributes pane, instead of next to it.

Alt text

Firebug allows this layout by default and it's very useful on widescreen monitors; Devtools doesn't yet have the option so this is intended as an interim solution.

Wait, how do I dock Devtools vertically in the first place?

The option to dock vertically is completely hidden away owing to a poor UI decision: to access it, you must long-press the Dock button on the very bottom-left corner of Devtools.

Installation:

Find your Chrome's user stylesheets directory:

Replace the existing Custom.css file with this one, or add the styles in this file to the bottom of your existing Custom.css file (in case you've tweaked other things and want to retain your changes). No restart needed, changes are applied immediately