I’m not exactly a fan of Twitter’s #NewLook – I like my content on the left, and nav/other crap on the right. Twitter, apparently, doesn’t.
So after seeing @Kosh post about a script available on Stylish for Chrome I installed the extension and then loaded the script. Success! But I wasn’t really happy with it.
I actually wanted something that would not only move the dashboard over to the right again, but I wanted the dashboard fixed, so that even if I scroll it stays there. After brushing up on my CSS, I modified the script like this:
Section 1:
.dashboard{
margin-left:10px !important;
position: fixed !important;
right: 28%;
}
Section 2:
.content-main{
position:relative !important;
right: 38%;
}
(Note: You may have to adjust the right: percentages depending on your screen resolution.)
Perfect: Now it's exactly how I like it!




Comments (0)