Latest Firefox disaster... excessive tab height.

Page 2 of 2 FirstFirst 12

  1. Posts : 134,318
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #11

    Thanks Ghot ...I'll take a peek at yours.
      My Computers


  2. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #12

    Ghot said:
    Yes, we know that.
    It's all fixed in post #8
    Post #8 doesn't mention anything about what I just said.

    Lol! I'll wait for Firefox to fix it or live with it vs installing a 3rd party band-aid.

    "Yes, we know that" Sheesh!.

    Sounds like Window 11 band-aids to make it look like Window 10.
      My Computer


  3. Posts : 23,264
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
    Thread Starter
       #13

    OldMike65 said:
    Thanks Ghot ...I'll take a peek at yours.


    You should be able to just replace your Chrome folder with this one.
    I mean it was ARI who figured it out, and posted on Github. Pointed out by @MisterEd ofc.


    This is exactly what mine looks like, right now...

    Latest Firefox disaster...  excessive tab height.-image1.png
      My Computer


  4. Posts : 134,318
    Windows 11 Pro (x64) 23H2 Build 22631.3296
       #14

    Ghot said:
    You should be able to just replace your Chrome folder with this one.
    I mean it was ARI who figured it out, and posted on Github. Pointed out by @MisterEd ofc.
    Yup, that's what I did Ghot .....looks like it used too now. Like it
      My Computers


  5. Posts : 23,264
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
    Thread Starter
       #15

    OldMike65 said:
    Yup, that's what I did Ghot .....looks like it used too now. Like it


    Excellent. Glad you got it working.


    This thread is now marked as... SOLVED!
      My Computer


  6. Posts : 2,800
    Windows 7 Pro
       #16

    Ok,

    But if I'm only interested in the snippet that take care of the tabs... Where can I get it in your code @Ghot ?

    I use a very simple css just to reorder the Menu Toolbar, Bookmark and Tabs. That's all...

    My current file.
    Code:
    /* note : these are code snippets copied from elsewhere*/
    
    /* MAKE SURE THIS IS THE FIRST LINE         */
    /* Menubar on top                         */
        :root:not([sizemode="fullscreen"]){ --uc-window-control-width: 0px !important }
    
    /*note this used to be different before 90*/
    /*menubar location-position*/
        #toolbar-menubar{
        position: fixed;
        display: flex;
        top: var(--uc-titlebar-padding,4px);
        width: 100%;
        overflow: hidden;
        }
    
    /* order - Bookmark bar beneath URL bar, Tabs beneath URL bar */
        .titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
        #titlebar{
        -moz-box-ordinal-group: 2;
        -moz-appearance: none !important;
        --tabs-navbar-shadow-size: 0px;
        }
    
    /*https://www.userchrome.org/firefox-89-styling-proton-ui.html*/
    /*** Tighten up drop-down/context/popup menu spacing ***/
        menupopup > menuitem, menupopup > menu {
          padding-block: 0px !important;
        }
        :root {
          --arrowpanel-menuitem-padding: 0px 0px !important;
        }
    
    /* navigator location-position   */                                                        
    #navigator-toolbox{ padding-top: calc(22px + var(--uc-titlebar-padding,5px)) !important }
        :root[sizemode="fullscreen"] 
    	#navigator-toolbox{ padding-top: 5px !important; }
    
    /* Bookmarks menu padding                   */
        #BMB_bookmarksPopup .subviewbutton {
        padding: 0.2em !important;
        }
    /* make border around urlbar              */
        #urlbar-background,
        #searchbar {
        border-radius: 4px !important;
        border: 1px solid #8D8D8D !important;
        }
    	
    /* icons spacing                         */
         #main-window[uidensity=compact] {
         --toolbarbutton-outer-padding: 2px !important;
         }
    
    /* TABS: height */
    :root {
     --tab-toolbar-navbar-overlap: 0px !important; /* fix for full screen mode */
     --tab-min-height: 36px !important;
    }
    :root #tabbrowser-tabs {
     --tab-min-height: 36px !important;
    }
    #TabsToolbar {height: var(--tab-min-height) !important;}
      My Computers


  7. Posts : 23,264
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
    Thread Starter
       #17

    MaloK said:
    Ok,

    But if I'm only interested in the snippet that take care of the tabs... Where can I get it in your code @Ghot ?

    I use a very simple css just to reorder the Menu Toolbar, Bookmark and Tabs. That's all...



    I'm not exactly sure. That's why I posted my userChrome.css file.
    So anyone can find the exact tweak if they want.

    Here, this might make it easier...
    Version 4.0.0 has the problem, and version 4.1.3 doesn't have the problem...

    Chrome 4.0.0.zip

    Chrome 4.1.3.zip
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 09:01.
Find Us




Windows 10 Forums