Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update userChrome.css for FF133 #9

Open
Sili0 opened this issue Dec 7, 2024 · 2 comments
Open

Update userChrome.css for FF133 #9

Sili0 opened this issue Dec 7, 2024 · 2 comments

Comments

@Sili0
Copy link

Sili0 commented Dec 7, 2024

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/

@SeniorMars
Copy link
Owner

Thanks for bringing up the issue! I made a new version of chromecss. It should fix some other issues.

@Sili0
Copy link
Author

Sili0 commented Dec 15, 2024

No problem, thanks to you for all your work, it introduced me to a whole lot of useful things in my student life so I'm grateful.

On my machine, the new commit of chromecss doesn't put the tabs bar under the navigation bar like the code in mentionned first, does it work on yours ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants