Phil
Member
Posts: 118
Former World Start Member: Yes
World Start Name: Phil
|
Post by Phil on Jan 8, 2020 14:33:40 GMT -5
I happen to prefer my tabs on the bottom level rather than at the top which is the default position. Are there others who also have this preference? If so, I can post to "Tips and Tricks" to explain how to do this.
|
|
|
Post by jholland1964 on Jan 8, 2020 15:21:29 GMT -5
|
|
Phil
Member
Posts: 118
Former World Start Member: Yes
World Start Name: Phil
|
Post by Phil on Jan 9, 2020 11:25:54 GMT -5
The code shown in the above stopped working for me in the new Firefox 72. I was able to find the problem and can share the solution if any one wants it.
|
|
nightowl
Member
Posts: 261
Former World Start Member: Yes
World Start Name: nightowl
|
Post by nightowl on Jan 9, 2020 14:15:09 GMT -5
Share your solution, I want mine on bottom also.
|
|
Phil
Member
Posts: 118
Former World Start Member: Yes
World Start Name: Phil
|
Post by Phil on Jan 9, 2020 14:20:18 GMT -5
Just remove @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); from the code.
OR use the following in your userChrome.css file
/* TABS on bottom */ #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) { -moz-box-ordinal-group: 10; } #TabsToolbar { -moz-box-ordinal-group: 1000 !important; }
#TabsToolbar { display: block !important; position: absolute !important; bottom: 0 !important; width: 100vw !important; }
#main-window:not([chromehidden*="toolbar"]) #navigator-toolbox { padding-bottom: var(--tab-min-height) !important; }
#tabbrowser-tabs { width: 100vw !important; }
#TabsToolbar #window-controls { display: none !important; }
|
|
nightowl
Member
Posts: 261
Former World Start Member: Yes
World Start Name: nightowl
|
Post by nightowl on Jan 9, 2020 14:39:20 GMT -5
I do not have anything Chrome related on my PC, so apparently I can't use this.
I wish Classic Theme Restorer was still available, then It could easily be changed.
Going to leave things as they are.
|
|
Phil
Member
Posts: 118
Former World Start Member: Yes
World Start Name: Phil
|
Post by Phil on Jan 9, 2020 15:05:36 GMT -5
If you go to your Firefox profile folder ( Run; %APPDATA%\Mozilla\Firefox\Profiles\ ) it will show your latest profile. In that you will create a chrome folder and in that create userChrome.css file using Notepad or similar. Not difficult, but everything such as the word chrome is case sensitive.
|
|
|
Post by bigbarney on Jan 13, 2020 10:38:48 GMT -5
Seems like an awful lot of hassle for not very much advantage?
|
|
Phil
Member
Posts: 118
Former World Start Member: Yes
World Start Name: Phil
|
Post by Phil on Jan 13, 2020 11:23:26 GMT -5
Seems like an awful lot of hassle for not very much advantage? It only takes 5 or 10 minutes to set it up and have Firefox behave the way I much prefer it.
|
|
MrBill
Member
Posts: 165
Former World Start Member: Yes
|
Post by MrBill on Jan 13, 2020 14:59:26 GMT -5
Seems like an awful lot of hassle for not very much advantage? Not much difference than people that don't like shortcuts all over their desktop. We all have our little quirks.
|
|