home.social

#tabbrowser — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tabbrowser, aggregated by home.social.

  1. #Firefox #CSS

    When unhiding the vertical tab bar, it expands to show titles; I don't want that. So…

    #sidebar-main { max-width: 50px !important }

    #tabbrowser-tabs[orient="vertical"]
    {

    .tab-text.tab-label { display: none !important }

    #tabs-newtab-button { max-width: 0px !important; position:absolute; right:4px }

    .tabbrowser-tab {.tab-close-button { position: absolute; left: -4px; top: -4px } }

    }