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: 417
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:

international 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;
}

Adjusting Layout Of Firefox Browser
Adjusting Layout Of Firefox Browser (Hover)



Sponsored Links:

 
> TOPIC: Adjusting Layout Of Firefox Browser
 

▲ TOP


International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2024
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,