Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

To hide the tabs on top and the sidebar title only for the Tree Style Tab extension, use this userChrome.css

        /* Hide horizontal tabs at the top of the window #1349 */
        #TabsToolbar {
                visibility: collapse !important;
        }

        /* For only Tree Style Tab sidebar #1397 */
        #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
          display: none;
        }


I found that with the default theme on MacOs that you want to make the tabbar transparent and non-clickable. Otherwise it munges the titlebar.


There is a checkbox for "titlebar" in the customize view that will let you bring back the titlebar if you have your tabs hidden.


use this:

    #TabsToolbar, #sidebar-header {visibility: collapse !important;}
    #TabsToolbar {margin-bottom: -21px !important;}
    #nav-bar-customization-target {padding-left: 65px;}




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: