Ja, ich habe das mittlerweile gefunden und selbst ausprobiert. Es stimmt, bei mir klappt das auch nicht.
Menüleiste zu hoch
-
Fox2Fox -
29. Januar 2019 um 19:30 -
Erledigt
-
-
-
Das habe ich doch schon getestet und da hat es nicht funktioniert - siehe #20Aber jetzt werden die 3 Schaltflächen mit diesem gleichen Code ausgeblendet.... :-??
Jetzt muss ich nur noch eine Lösung für meine zu hohe Menüleiste haben.
edit:
Ich sehe gerade, dass es nicht der identische Code ist. Statt # befinden sich . an der Stelle. -
Statt # befinden sich . an der Stelle.
So ist es :wink:
Freut mich wenn es damit funktioniert -
Ja, ich kann es bestätigen. Lediglich bei eingeblendeter Titelleiste werden die Schaltflächen nocch angezeigt.
Vielleicht hängt das mit diesem Bug zusammen: https://bugzilla.mozilla.org/show_bug.cgi?id=1506190
Und dazu:
https://hg.mozilla.org/mozilla-central/rev/17cb306575a6
Ist aber nur eine Theorie von mir.
-
Hat nach wie vor keinen Einfluss auf die Höhe der Menüleiste.ZitatWobei es ja einen Grund geben muss warum das bei dir jetzt so ist. Ich vermute ein Script oder ein CSS Code.
Habe nach und nach die css-Dateien gelöscht und getestet.
Wenn ich diese css lösche (alle anderen css haben keinen Einfluss), dann sind die Tabs wieder oben, aber der Abstand oben ist dann weg. Leider zum Tab hin nach unten besteht weiterhin ein Abstand.
Habe auch alle anderen css und js testweise gelöscht, die Höhe bleibt unbeeinflusst.Tabs_unten.css
CSS
Alles anzeigen/*Tabs unten*/ @import "./tabs_below_navigation_toolbar.css"; /* move titlebar and its content (menubar, tabs toolbar) below navigation/bookmarks toolbar */ #titlebar { -moz-box-ordinal-group: 100 !important; } /* space above tabs toolbar */ #main-window[tabsintitlebar][sizemode="maximized"] * #titlebar { margin-top: -8px !important; } /* space for menubar above navigation toolbar (Firefox titlebar) */ #main-window[tabsintitlebar]:not([sizemode="fullscreen"]) #nav-bar { margin-top: 26px !important; } #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-bar { margin-top: 26px !important; } /* add 'drag' feature to space above navigation toolbar */ #main-window[tabsintitlebar] #navigator-toolbox, #main-window[tabsintitlebar] #nav-bar { -moz-window-dragging: drag !important; } /* move menubar to the top and extend its with to full window width */ #toolbar-menubar { position: fixed !important; width: 100vw !important; -moz-window-dragging: drag !important; } /* move menubars / tab toolbars caption buttons to windows top right position */ #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { position: fixed !important; right: 0 !important; visibility: visible !important; display: block !important; } /* menubar postion after moving to the top */ #toolbar-menubar { top: 0px !important; } /* Linux/macOS */ /* space above navigation toolbar (OS titlebar) */ /* set to '0', if no menubar is used */ #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar { margin-top: 28px !important; } /* menubar postion in maximized mode after moving to the top */ #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar { top: 0px !important; } /* caption button position in maximized mode after moving to the top */ #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container, #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: -14px !important; } /* Windows */ @media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-version:windows-win7) { /* set to '0', if no menubar is used */ #main-window:not([tabsintitlebar]):not([sizemode="fullscreen"]) #nav-bar { margin-top: 18px !important; } /* set to '0', if no menubar is used */ #main-window[tabsintitlebar][sizemode="maximized"]:not([sizemode="fullscreen"]) #nav-bar { margin-top: 34px !important; } #main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar { top: 8px !important; } #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: 0px !important; } #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: 8px !important; } } /* hide line above navigation toolbar appearing in some cases */ #main-window:not([tabsintitlebar]) #nav-bar, #main-window:not([tabsintitlebar]) #navigator-toolbox { border-top: 0 !important; box-shadow: unset !important; } /* force buttons on menubar being very small to not break the toolbar */ #toolbar-menubar toolbaritem > toolbarbutton .toolbarbutton-icon, #toolbar-menubar > toolbarpaletteitem toolbarbutton .toolbarbutton-icon, #toolbar-menubar > toolbarbutton .toolbarbutton-icon { padding: 0px 0px !important; height: 16px !important; width: 16px !important; } #toolbar-menubar toolbaritem > toolbarbutton, #toolbar-menubar > toolbarpaletteitem toolbarbutton, #toolbar-menubar > toolbarbutton { position: relative !important; padding: 0px 0px !important; margin: 0px 0px !important; } #toolbar-menubar toolbaritem > toolbarbutton .toolbarbutton-icon, #TabsToolbar-customization-target > toolbarpaletteitem toolbarbutton .toolbarbutton-icon, #TabsToolbar-customization-target > toolbarbutton .toolbarbutton-icon { padding: unset !important; height: unset !important; width: unset !important; } /* make sure button icon colors set correctly */ #main-window:not(:-moz-lwtheme) #TabsToolbar-customization-target toolbarbutton .toolbarbutton-icon, #main-window:not([style*='--lwt-header-image']):-moz-lwtheme:-moz-lwtheme-darktext #TabsToolbar-customization-target toolbarbutton .toolbarbutton-icon { fill: var(--classic_squared_tabs_new_tab_icon_color) !important; color: var(--classic_squared_tabs_new_tab_icon_color) !important; } /* tweaks for fullscreen mode */ #main-window[tabsintitlebar][sizemode="fullscreen"] * #TabsToolbar { -moz-padding-start: 0px !important; } /* tweaks for fullscreen mode */ #main-window[tabsintitlebar][sizemode="fullscreen"]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container, #main-window[tabsintitlebar][sizemode="fullscreen"] #toolbar-menubar[autohide="true"] ~ #TabsToolbar .titlebar-buttonbox-container, #main-window[tabsintitlebar][sizemode="fullscreen"] #navigator-toolbox #PanelUI-button, #main-window #TabsToolbar #window-controls { display: none !important; } /* hide non-required items */ #TabsToolbar .private-browsing-indicator, #TabsToolbar #window-controls, #TabsToolbar *[type="caption-buttons"], #TabsToolbar *[type="pre-tabs"], #TabsToolbar *[type="post-tabs"] { display: none !important; } /* Windows 7 extra tweaks */ @media (-moz-os-version: windows-win7) { @media all and (-moz-windows-compositor) { #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-buttonbox-container { display: none !important; } } @media not all and (-moz-windows-compositor) { #main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: -8px !important; } #main-window[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container { top: 0px !important; } } } /* Windows 10 extra tweaks */ @media (-moz-os-version: windows-win10) { #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not([disabled="true"]), #main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-menuactive="true"]:not([disabled="true"]) { background-color: Highlight !important; color: HighlightText !important; } } /* disable Mozillas tab jumping nonsense when moving tabs */ #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar { padding-bottom: unset !important; } #navigator-toolbox[movingtab] #tabbrowser-tabs { padding-bottom: unset !important; margin-bottom: unset !important; } #navigator-toolbox[movingtab] > #nav-bar { margin-top: unset !important; }
[attachment=0]A7.jpg[/attachment]
Ohne Tabs_unten.cssIn dieser css gibt es ja einige px-Werte. Könnten Veränderungen dieser Werte Einfluss auf die Höhe der Menüleiste haben? Will jetzt nicht damit experimentieren, aber vielleicht hat jemand konkrete Vorschläge.
-