Adjusting Layout Of Firefox Browser

Adjusting Layout Firefox Browser - Computer Issues, Video Gaming - Posted: 7th Dec, 2019 - 11:53pm

Text RPG Play Text RPG ?
 

Posts: 1 - Views: 1276
Discuss  Adjusting Layout Firefox Browser Classic theme
7th Dec, 2019 - 11:53pm / Post ID: #

Adjusting Layout Of Firefox Browser

The default Firefox layout puts tabs first with address bar and bookmarks as secondary underneath. I never liked that. I like the natural order of things which means tabs should be attached to the page you are looking at. However, in Firefox there is no option to select that so you have to adjust your Firefox's theme through customizing the userChrome.css file. You will need to insert the below styling to there:

Attached Image CODE
/* 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;
}



Attached Image

Sponsored Links:


Comment Add Comment As A Guest
Important Guest, please be considerate by using the appropriate tags as well as checking your grammar before submitting or it will be deleted. See: Constructive Posting Policy.

# Characters:
0
# Words:
0
# Sentences:
0
# Paragraphs:
0
Reading Time:
0
Optional:
Search

Tip TIP: Press above button ONCE only. If you come back here via the [Back] button on your browser then you will need to click [More Options] button (below) first in order to re-enable your ability to Post.

 
> TOPIC: Adjusting Layout Of Firefox Browser
 



International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2025
Disclaimer Privacy Report Errors Credits
This site uses Cookies to dispense or record information with regards to your visit. By continuing to use this site you agree to the terms outlined in our Cookies used here: Privacy / Disclaimer,