Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Arty2
Last active November 5, 2023 19:58
Show Gist options
  • Star 28 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Arty2/e6e61801531ec5ee1f9f to your computer and use it in GitHub Desktop.
Save Arty2/e6e61801531ec5ee1f9f to your computer and use it in GitHub Desktop.
Firefox CSS to move tabs and adress bar to bottom of window. Use with userChrome.css (works with Firefox 71+)
This script has moved to https://github.com/Arty2/userstyles
@sparxnet000
Copy link

How would one move only the tab bar to the bottom of the window? The following code worked up to Firefox v60. Haven't found a code block that works in 61 or 62 yet? All help would be greatly appreciated.
`
{
:root:not([tabsintitlebar]) #navigator-toolbox {
display: contents !important;
}

:root:not([tabsintitlebar]) #toolbar-menubar          { -moz-box-ordinal-group: 1 !important; }
:root:not([tabsintitlebar]) #nav-bar                  { -moz-box-ordinal-group: 2 !important; }
:root:not([tabsintitlebar]) #PersonalToolbar          { -moz-box-ordinal-group: 3 !important; }
:root:not([tabsintitlebar]) #navigator-toolbox::after { -moz-box-ordinal-group: 4 !important; }
:root:not([tabsintitlebar]) #content-deck             { -moz-box-ordinal-group: 5 !important; }
:root:not([tabsintitlebar]) #TabsToolbar              { -moz-box-ordinal-group: 6 !important; }

}

#TabsToolbar {
position: fixed;
bottom: -0.5em;
width: 100%;

}
#tabbrowser-tabs { width: 96%; }
#content-deck { margin-bottom: 2.5em; }
`

@bitbiter
Copy link

bitbiter commented Sep 5, 2018

I just found this and it works great, after a little tweaking to get the min,max and x back. What I was hoping is that someone could help me put the menu bar back on the top. Everything I've tried doesn't seem to work.

@FirefoxSurvivor
Copy link

FirefoxSurvivor commented Feb 5, 2019

Hello Arty,

There are troubles with Firefox 65 that brokes your great extension. At the moment I went back to the 64 version. Please help!

Thank you so much in advance, as always

@Arty2
Copy link
Author

Arty2 commented Apr 8, 2019

@FirefoxSurvivor Could you confirm whether your edits are still in userChrome.css?

Somehow, I never noticed any change / break on the Developer Edition which I use daily, but on a second computer where I have a “plain” Firefox installed, this exact code block surprisingly disappeared from userChrome.css, leaving other custom code intact. Just confirmed that it works on Nightly, so it wasn’t any browser change that triggered it.

@FirefoxSurvivor
Copy link

Hello Arty,

Sorry for the late answer. I confirm that the edits are still in the userChrome.css file.

Today I was forced to move to Firefox 66.0.4 because they messed up almost every extension. Unfortunately I confirm that something is wrong: the address bar is still on bottom but the tabs bar disappeared and I can't figure out how to get it back… So at the moment I don't know how to open other tabs. Please, help!

Thank you so much in advance

@Arty2
Copy link
Author

Arty2 commented May 8, 2019

@FirefoxSurvivor Removing all code from userChrome.css should reset any modifications to Firefox UI and return your tabs. I’m afraid I can't replicate that issue to look into it :/

@FirefoxSurvivor
Copy link

FirefoxSurvivor commented May 15, 2019

Dear Arty,

I am happy to inform you that your extension is back in action almost perfectly.
I really don´t know how the story is, but after deleting and adding a few times the code into the css file, tabs and tabs bar reappeared.

For some reason, when the tablet mode is enabled (I'm on Widows 10) the tabs are higher than their bar; when I skip to desktop mode they are the same size ...

EDIT
I'm now in tablet mode and both tabs and bar size are just perfect... who knows what's happening?!

All the best! :)

@Arty2
Copy link
Author

Arty2 commented Dec 29, 2019

Firefox 71 (already on the Developer channel) once again broke the code here, but it is amended and working as of today.

Some other solutions for previous versions are also available here: https://support.mozilla.org/en-US/kb/forum-response-tabs-below-url-bar
The code in the otherwise excellent collection at https://github.com/Aris-t2/CustomCSSforFx claims ot get the job done, but it too redundant and tried to fix many other small things.

@J053Fabi0
Copy link

@Arty2 that last code actually worked having the titlebar in the bottom, looks sweet! I have 1 bug (i just discovered while logging inhere) and 2 questions:
Bug: LastPass, being at the bottom , when I click it, the pop up loads downwards (meaning I cannot see it) instead of up. Odd because most other things pop upwards.

Is it possible to have just the tabs at the bottom, while keeping address bar at top? This was the code I found when trying to bring my tabs back to the bottom, not sure how I feel about address bar. I tried hiding the address bar code, or changing the number, but it brings the tabs with it.

Also, if you have a theme, the theme doesnt "come with it" to the bottom either. Do you know what code I would put to move the theme to the bottom as well? I dont know the # for the theme. thank you

No solution found yet for this problems?

@Arty2
Copy link
Author

Arty2 commented Jan 6, 2020

@J053Fabi0 @samboa86

LastPass seems to be following a different approach in how the place their pop-up. Unfortunately I am not familiar with LastPass and it's not possible for me to investigate. What is more, moving the tabs to the bottom while keeping the URL bar at the top is beyond the scope of this script. Perhaps https://github.com/Aris-t2/CustomCSSforFx has something that works along these lines.

Regarding themes, if I understand correct, it's not possible to alter this behavior without changing the theme itself. A starting point into making a custom theme: https://developer.mozilla.org/en-US/docs/Archive/Themes/Create_Your_Own_Firefox_Background_Theme

@FirefoxSurvivor
Copy link

Hello to everyone,

I just want to say thank You very much Arty for making this great addon compatible with the putrid Firefox 72, which seems to be really slower than the previous version.

Before knowing of the above update by Arty, once Firefox broke the code I tried to skip back to the v71. Unfortunately I accidentally DELETED my entire profile in the operation. Ouch! Never happened before. Damned Firefox!!!

Sincerely

@lizc1
Copy link

lizc1 commented Apr 11, 2021

Hi
I've been looking everywhere for something to move my tabs to the bottom and finally I found it! Only problem is, I'd like to have my browser bar and bookmarks toolbar at the top. Can you help please?
Cheers
Liz

@Arty2
Copy link
Author

Arty2 commented Apr 20, 2021

Hi @lizc1, I believe that requires some significant tweaks that I am not even sure if possible. Unfortunately I cannot look into it for the time being.

@jrmoulton
Copy link

Hi @Arty2 your script worked great for me except for that the rich pop up menu would flow downwards and I couldn't see it. But I did find another userChrome.css that also moves the tabs and address bar to the bottom but the rich pop up when you type in the menu bar now is visible and flows upwards. If anyone would like to reference it, it is in Jon Gjengsets configs https://github.com/jonhoo/configs/blob/master/gui/.mozilla/firefox/chrome/userChrome.css

@FirefoxSurvivor
Copy link

Hello Arty, please, help: the addon doesn't work anymore with Firefox 113.0.1. Damn! Please, fix it, this is one of the main extension for me, i really need it to work. Thanks a lot!

@FirefoxSurvivor
Copy link

It's again me. Never mind, i found the solution on https://github.com/Arty2/userstyles. Thanks again a million and all the best!

@FirefoxSurvivor
Copy link

Hello Arty, Firefox just updated to v119 breaking Your add on. Please, fix the new issue. Thank You so much, Your extension is always awesome!

@FirefoxSurvivor
Copy link

It's again me. At the moment i restored Firefox to v118.0.2. All is fine, tabs and URL bar went back to bottom but, on Windows, i had to run the following command ("firefox.exe --allow-downgrade") otherwise they don't allow to use the "old" profile.

That said, i hope to hear from Arty with good news.

Bye!

@FirefoxSurvivor
Copy link

Again me. The user lilly-lizard found the solution. Visit the following page to discover what it is: Arty2/userstyles#5

Happy tabs & url on bottom to everyboby!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment