haroldmodesto / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Sidebar Control #345

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add an option to shrink the sidebar. I did it manually; just add this:

    @media screen and (max-width: 1060px), screen {
        /* shrink it */
        .aio { margin-left:0 !important; }
        .aic, .n6 { margin-left:6px !important; }
        .aeN .akc, .oo { margin-right:0 !important; }
        .aeN { width:138px !important; }
    }

Original issue reported on code.google.com by MarkStew...@gmail.com on 24 Sep 2014 at 7:24