• [^] # Re: Virer les onglets

    Posté par . En réponse au journal Le Firefox nouveau est arrivé !. Évalué à 2.

    Quelque chose de presque parfait, la barre apparaît quand il y a plusieurs onglets, disparaît quand il n'en reste qu'un. Il subsiste un petit comportement bizarre contre lequel je ne peux rien. Il faut penser à déplacer le bouton d'ouverture d'onglet dans la navbar en se servant de l'interface graphique "Personnaliser".

    :root { --tab-min-height: 33px; }
    :root[uidensity=compact] { --tab-min-height: 29px; }
    :root[uidensity=touch] { --tab-min-height: 41px; }
    #tabbrowser-tabs, #tabbrowser-tabs > *:not(tab) { min-height: 0px !important;}
    .tabs-newtab-button { visibility: collapse !important;}
    tab[first-tab='true'][last-tab='true'] { visibility: collapse !important;}
    tab { min-height: var(--tab-min-height) !important; }