• Firefox Version 133 Unwanted Change

    From Zo@3:633/280.2 to All on Mon Dec 2 00:53:13 2024
    Just updated to the latest version of Firefox and now my tabs are now
    above the address bar.

    Is there a change to chrome folder that can put back......please, if
    any can help it will be greatly appreciated.

    tia

    --
    Zo

    Isn't it a bit unnerving that doctors call what they do, PRACTICE.

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Servernet (3:633/280.2@fidonet)
  • From Herbert Kleebauer@3:633/280.2 to All on Mon Dec 2 01:03:52 2024
    On 01.12.2024 14:53, Zo wrote:
    Just updated to the latest version of Firefox and now my tabs are now
    above the address bar.

    Is there a change to chrome folder that can put back......please, if
    any can help it will be greatly appreciated.

    This worked for me:

    https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_on_bottom_v2.css


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Newyana2@3:633/280.2 to All on Mon Dec 2 02:08:46 2024
    On 12/1/2024 8:53 AM, Zo wrote:
    Just updated to the latest version of Firefox and now my tabs are now
    above the address bar.

    Is there a change to chrome folder that can put back......please, if any
    can help it will be greatly appreciated.

    tia

    Here's what I have in userChrome.css. I haven't tried FF beyond
    v. 115, so I can't say for sure that it will work:


    :root {

    --tab-min-height_tnot: 32px;
    --tab_below_navigation_toolbar_bottom_padding: calc( var(--tab-min-height_tnot) + 5px );
    --tab-toolbar-navbar-overlap: 0px !important;
    }


    #TabsToolbar {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    background-clip: padding-box;
    color: var(--toolbar-color);
    z-index: 2;
    }

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Zo@3:633/280.2 to All on Mon Dec 2 02:32:46 2024
    Herbert Kleebauer was thinking very hard :
    On 01.12.2024 14:53, Zo wrote:
    Just updated to the latest version of Firefox and now my tabs are now
    above the address bar.

    Is there a change to chrome folder that can put back......please, if
    any can help it will be greatly appreciated.

    This worked for me:

    https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/tabs_on_bottom_v2.css

    Thank you so much, that did the fix joy joy

    --
    Zo

    "Experience is what you get when you were expecting something
    else."

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Servernet (3:633/280.2@fidonet)