Tabs-Breite in FF 72.0

  • Firefox-Version
    72.0.1
    Betriebssystem
    Windows 10 Pro

    Hallo liebe Leute,

    zuerst ein Schönes Neues Jahr, auch wenn es etwas verspätet kommt :)!

    Ich hätte eine kleine Anforderung an FF:

    bis FF 71 waren die Tabs breiter und die Breite wurde auch automatisch angepasst, wenn viele Tabs offen waren.

    Jetzt in der Version 72.0.1 bleibt die Breite fix und, wenn viele Tabs aufgemacht werden, erscheinen in der TAB-Leiste links un rechts zwei Pfeile, um die Leiste hin und her zu schieben.

    Kann man es abstellen und zur variablen Breite zurückkehren?

    Wenn ihr meine userChrome.css (oder sonst was anderes) braucht, bitte bescheid sagen.

    Danke in voraus.

    MfG, Thiersee

  • Hallo und Willkommen hier im Forum.

    Den Inhalt davon brauchen wir schon zweck Test, danke.

    Hier die userChrome.css

    Spoiler anzeigen

    @import "./userChrome-color_bookmark_folders.css";
    @import "./FF-Forum_72.0.css";

    /* userChrome-color_bookmark_folders https://www.userchrome.org/what-is-userch…rbookmarkfolder
    /* FF-Forum_72.0.css Fx 71 - Tableiste unten
    /* 06.01.2020
    /************************************************************************

    Die erste importierte.css

    Spoiler anzeigen


    /* Colored folders for Bookmarks Menus, Bookmarks Sidebar, Bookmarks Toolbar, Library window, Add/Edit Bookmarks dialog
    Original: https://www.userchrome.org/samples/userCh…rs_20171219.css
    Updated for Firefox 60: https://www.userchrome.org/samples/userCh…rs_20180510.css
    Uses mods for Firefox 62 from cor-el's Sept. 15, 2018 post:
    https://support.mozilla.org/questions/1232447#answer-1151074
    */

    /* Standard folder -- on Toolbar and Menus */
    #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
    :-moz-any(
    #PlacesToolbarItems,
    #PlacesChevronPopup,
    #BMB_bookmarksPopup,
    #bookmarksMenu) menu[container="true"] > .menu-iconic-left > .menu-iconic-icon,
    /* Standard folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container),
    #editBMPanel_folderMenuList > .menulist-label-box > .menulist-icon,
    #editBMPanel_folderMenuList menupopup menuitem {
    fill: #e8bb00 !important; /* slightly muted gold */
    }
    /*
    /* Live Bookmark -- on Toolbar and Menus */
    #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
    :-moz-any(
    #PlacesToolbarItems,
    #PlacesChevronPopup,
    #BMB_bookmarksPopup,
    #bookmarksMenu) menu[container="true"][livemark="true"] > .menu-iconic-left > .menu-iconic-icon,
    /* Live Bookmark -- in Sidebar, Library, Add/Edit Bookmark dialog */
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, livemark) {
    fill: orange !important;
    }

    /* Smart bookmark folder -- on Toolbar and Menus */
    #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
    :-moz-any(
    #PlacesToolbarItems,
    #PlacesChevronPopup,
    #BMB_bookmarksPopup,
    #bookmarksMenu) menu[container="true"][query="true"] > .menu-iconic-left > .menu-iconic-icon,
    /* Smart bookmark folder -- in Sidebar, Library, Add/Edit Bookmark dialog */
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, query) {
    fill: #69c !important; /* similar to blue smart folder color */
    }

    /*** Top-level "container" icons (otherwise would be Standard folder color) ***/
    /* Bookmarks Menu -- in Sidebar, Library, Add/Edit Bookmark dialog */
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu),
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, queryFolder_menu________),
    #editBMPanel_bmRootItem > .menu-iconic-left,
    #editBMPanel_folderMenuList[selectedIndex="1"] > .menulist-label-box > .menulist-icon {
    fill: olive !important;
    }

    /* Bookmarks Toolbar -- on Menus */
    #BMB_bookmarksPopup #BMB_bookmarksToolbar > .menu-iconic-left > .menu-iconic-icon,
    #bookmarksMenuPopup #bookmarksToolbarFolderMenu > .menu-iconic-left > .menu-iconic-icon,
    /* Bookmarks Toolbar -- in Sidebar, Library, Add/Edit Bookmark dialog */
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar),
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, queryFolder_toolbar_____),
    #editBMPanel_toolbarFolderItem > .menu-iconic-left,
    #editBMPanel_folderMenuList[selectedIndex="0"] > .menulist-label-box > .menulist-icon {
    fill: olive !important;
    }

    /* Other Bookmarks -- on Menus */
    #BMB_bookmarksPopup #BMB_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
    #bookmarksMenuPopup #menu_unsortedBookmarks > .menu-iconic-left > .menu-iconic-icon,
    /* Other Bookmarks -- in Sidebar, Library, Add/Edit Bookmark dialog */
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks),
    :-moz-any(
    #bookmarks-view,
    #editBMPanel_folderTree,
    #placesList,
    #placeContent) treechildren::-moz-tree-image(container, queryFolder_unfiled_____),
    #editBMPanel_unfiledRootItem > .menu-iconic-left,
    #editBMPanel_folderMenuList[selectedIndex="2"] > .menulist-label-box > .menulist-icon {
    fill: olive !important;
    }

    /* (Older Firefox) Avoid overriding classic Bookmarks Toolbar and Other Bookmarks icons in menus */
    #BMB_bookmarksPopup #BMB_bookmarksToolbar.menu-iconic-icon,
    #bookmarksMenu #bookmarksToolbarFolderMenu.menu-iconic-icon {
    list-style-image: url("chrome://browser/skin/places/bookmarksToolbar.png") !important;
    }
    #BMB_bookmarksPopup #BMB_unsortedBookmarks.menu-iconic-icon,
    #bookmarksMenu #menu_unsortedBookmarks.menu-iconic-icon {
    list-style-image: url("chrome://browser/skin/places/unsortedBookmarks.png") !important;
    }

    Die zweite .css

    aus dem Forum :)

    Fx 71 - Tableiste unten

    Liebe Grüsse

    P.S.: wie bekomme ich im Beitrag die "variable" Box (Alles anzeigen/Weniger anzeigen) so wie unter dem link zu sehen? Danke!

    MfG, Thiersee

    3 Mal editiert, zuletzt von Thiersee (11. Januar 2020 um 16:22)

  • wie bekomme ich im Beitrag

    Durch klick auf dieses Symbol in der Leiste:

    </>


    In dem einen Code musst du diesen Eintrag wieder entfernen:

    CSS
    .tabbrowser-tab:not([pinned]) {
        -moz-box-flex: 0!important;
        width: 157px!important;
        }

    Mit freundlichem Gruß
    Andreas
    Mein Laptop    Meine Add-ons

    Einmal editiert, zuletzt von 2002Andreas (11. Januar 2020 um 16:15) aus folgendem Grund: Ein Beitrag von 2002Andreas mit diesem Beitrag zusammengefügt.