Announcement

Collapse
No announcement yet.

FF 89 fix

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    FF 89 fix

    Tabs on Bottom fix
    With Bookmarks Toolbar View set as "Never Show"


    /* 4. TABS: on bottom */
    *|*:root {
    --menubar-height: 10px;
    --bookmarkbar-height: 18.3px;
    --tabbar-top: calc(var(--menubar-height) + var(--bookmarkbar-height) + var(--tab-min-height) + 5px); /*89+*/
    }

    #TabsToolbar {
    display: block !important;
    position: absolute !important;
    top: var(--tabbar-top) !important;
    width: 100vw !important;
    }

    #tabbrowser-tabs {
    width: 100vw !important;
    }
    #main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

    Click image for larger version

Name:	TabsFix.jpg
Views:	1
Size:	38.3 KB
ID:	649748
    Greg
    W9WD

    #2
    and if you don't like "The Status Bar" flickering away down at the bottom of your screen, add this line to your chrome file...

    #statuspanel {
    display: none !important;

    }
    Greg
    W9WD

    Comment

    Working...
    X