Új hozzászólás Aktív témák

  • Abrion

    senior tag

    válasz Abrion #64346 üzenetére

    csak meglett a hiba :D

    éreztem hogy a userChrome.cssben van a hiba :D

    egy kis minimalizálás és meg lett minden oldva :D
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /* TABS: bottom - Firefox 65 and later - updated for 89+ */
    /* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
    /* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */
    /* ROOT - VARS */
    /* you can adjust the CSS variables until it looks correct */
    /* you can use the Browser Toolbox to get the toolbar heights */
    *|*
    :root {
    /* fix for full screen mode */
    --tab-toolbar-navbar-overlap: 0px !important;
    /* set minimum tab height */
    --tab-min-height: 25px !important;
    }
    /* navigator-toolbox - PADDING */
    *|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
    position: relative !important; /*89+*/
    padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
    background-color: var(--toolbar-bgcolor) !important;
    }
    #TabsToolbar {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    width: 100vw !important;
    }
    #tabbrowser-tabs {
    width: 100vw !important;
    }

    [ Szerkesztve ]

Új hozzászólás Aktív témák