Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update userChrome.css for FF133 #9

@Sili0

Description

@Sili0

After the latest Firefox update (133), the "order" parameter doesn't work anymore for switching the adress and tabs bars, the new way of doing it is with:

/* Extra alt menubar */
#toolbar-menubar {
  order: 0 !important;
}

/* SEARCH BAR TOOLBAR */
#nav-bar {
  order: 1 !important;
}

/* TABS TOOLBAR titlebar*/
#TabsToolbar {
  order: 2 !important;
}

/* BOOKMARKS TOOLBAR*/
#PersonalToolbar {
  order: 3 !important;
}

as mentioned here: https://www.reddit.com/r/FirefoxCSS/comments/1h6h0dd/tabs_under_the_address_bar_broke_in_ff_133_nix/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions