Tab Size & New Tab Button Missing

Hi Had to do a refresh tonight and it messed up all my settings so have been fixing things. Got my tabs back on the bottom again but the tab button size is just a smidge… (Máis información)

Hi

Had to do a refresh tonight and it messed up all my settings so have been fixing things. Got my tabs back on the bottom again but the tab button size is just a smidge small below is my code is there a way in it to make the tab buttons or the hearder area just a smidge bigger?

Also before pasting the code my second question is about the new tab icon + that should be in the tab bar but it is missing. I seem to remember finding a way to reactivate that but can't seem to lay my fingers on the process. How can I get it back as it is missing and prefer using it over other methods!

Thanks and here is the code I have currently working it moved the tabs to the bottom but as I said they are a smidge small is there a way to either make the buttons bigger or perhaps the font just needs to be little large size.

Thanks


/* @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

/* TABS: on bottom */

  1. navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10}
  2. TabsToolbar {-moz-box-ordinal-group:1000!important}
  1. TabsToolbar {
display: block !important; /*required for 71+*/
position: absolute !important;
bottom: 0 !important;
width: 100vw !important;

}

  1. tabbrowser-tabs {
 width: 100vw !important;

}

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

/* TABS: height */

root {
--tab-toolbar-navbar-overlap: 0px !important;
--tab-min-height: 30px !important; /* adjust to suit your needs */

}

root #tabbrowser-tabs {
--tab-min-height: 30px !important; /* needs to be the same as above under :root */
--tab-min-width: 80px !important;

}

  1. TabsToolbar {
height: var(--tab-min-height) !important;
margin-bottom: 1px !important;
box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important;

}

  1. tabbrowser-tabs,
  2. tabbrowser-tabs > .tabbrowser-arrowscrollbox,

.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {

 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}



/* Colored bookmark sidebar, toolbar, menu button containers */

 /* Standard folder */
 #bookmarks-view treechildren::-moz-tree-image(container),
 #PlacesToolbarItems toolbarbutton[container="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"] .menu-iconic-icon {
   fill: gold !important;
 }
 /* Live Bookmark (RSS Feed) */
 #bookmarks-view treechildren::-moz-tree-image(container, livemark),
 #PlacesToolbarItems toolbarbutton[container="true"][livemark="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][livemark="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][livemark="true"] .menu-iconic-icon {
   fill: orange !important;
 }
 /* Smart bookmark folder */
 #bookmarks-view treechildren::-moz-tree-image(container, query),
 #PlacesToolbarItems toolbarbutton[container="true"][query="true"] .toolbarbutton-icon,
 #PlacesToolbarItems menu[container="true"][query="true"] .menu-iconic-left,
 #BMB_bookmarksPopup menu[container="true"][query="true"] .menu-iconic-icon {
   fill: dimtan !important;
 }
 /* These "containers" are SVG in the sidebar, not yet on the menu */
 #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksMenu) {
   fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_BookmarksToolbar) {
   fill: tan !important;
 }
 #bookmarks-view treechildren::-moz-tree-image(container, OrganizerQuery_UnfiledBookmarks) {
   fill: tan !important;
 }

Asked by scottish2 hai 4 minutos

Firefox freezes when trying Google Passkey

I've seen on this forum from April that people are having an issue with Firefox and Google Passkey. I'm trying to log into my gmail accounts and can't get passkey to work… (Máis información)

I've seen on this forum from April that people are having an issue with Firefox and Google Passkey. I'm trying to log into my gmail accounts and can't get passkey to work. It freezes the browser and I'm not sure why this hasn't been resolved. Mac updated to Tahoe recently and I was on Sequoia 15.7.x (not sure exactly. Still froze. Photos are to show what's happening and that I needed to Force Quit each time.

Asked by alex.kojfman hai 1 hora

¿Alguien sabe cómo mejorar el rendimiento de Firefox al seguir resultados deportivos en vivo?

Hola Estoy probando Firefox para seguir resultados de fútbol en vivo y noté que a veces algunas páginas tardan un poco más en actualizar los marcadores. Por ejemplo, en… (Máis información)

Hola Estoy probando Firefox para seguir resultados de fútbol en vivo y noté que a veces algunas páginas tardan un poco más en actualizar los marcadores.

Por ejemplo, en sitios como Jeinz Macias, que muestran partidos y resultados en tiempo real, el navegador funciona bien, pero me gustaría optimizarlo aún más.

¿Existe alguna configuración o extensión recomendada para mejorar la velocidad de carga o la actualización automática de páginas en Firefox? ⚽ Agradecería mucho sus consejos o experiencias con esto

Asked by adam211 hai 1 hora

Shortcuts on homepage disappeared

I opened Firefox this morning and all of my pinned shortcuts have disappeared. Shortcuts are enabled in the settings. I checked the browser.newtabpage.pinned pref on the … (Máis información)

I opened Firefox this morning and all of my pinned shortcuts have disappeared. Shortcuts are enabled in the settings. I checked the browser.newtabpage.pinned pref on the about:config and all of my pinned shortcuts are still there, but they're not appearing on the actual page itself. Are there any other settings that I'm not aware of?

Asked by kataro28 hai 3 horas

Last reply by kataro28 hai 1 hora

Windows 11 Tabs Separate on Nvidia Updates

Every time I update my drivers for Nvidia it of course reloads the screens. This causes all the tabs in Firefox to become separated on the Windows 11 taskbar. In other … (Máis información)

Every time I update my drivers for Nvidia it of course reloads the screens. This causes all the tabs in Firefox to become separated on the Windows 11 taskbar. In other words, it looks like I have a new firefox window open for each tab (which I'm assuming is how it works but it's hidden most of the time).

It's not a HUGE deal per se, but it is kind of annoying. I have to close then reopen Firefox.

Asked by J L hai 1 hora

Hide the tab bar when there is only one tab

Like seeekerman who initiated the now-closed discussion at: https://support.mozilla.org/en-US/questions/1433369, I have used Firefox since its first release. With one ex… (Máis información)

Like seeekerman who initiated the now-closed discussion at: https://support.mozilla.org/en-US/questions/1433369, I have used Firefox since its first release. With one exception - open image in new tab - I never use tabs. I want all the usable vertical space I can get.

For some time, Firefox on Windows (Windows 11, FF 143.0.4) has been showing a tab bar under the menu items, and above the bar with the URL etc.

How can I hide this when the FF window has only one tab, which is almost all the time for me?

The solution provided to seeekerman in that discussion, on 2023-12-08, was to create a userChrome.css file with some special incantations. I tried this it did not work.

Asked by rw28 hai 1 hora

strange font

hi in a new win 10 instal most text incl Fire Fox text is made up of letters [font] that are made of thin and thick lines [in the same letter] i dont know if its a stra… (Máis información)

hi in a new win 10 instal most text incl Fire Fox text is made up of letters [font] that are made of thin and thick lines [in the same letter]

i dont know if its a strange font or another problem, i have copied all "font" setting from my other pc where i dont have the problem.

also i cant get spell check to work here dsespite turning it on

its very distracting, would be very gratefull for any suggestones if any one can 

help thanks

Asked by bill hai 3 días

Last reply by bill hai 2 horas

Unable to locate extensions folder

Hello, I wanted to create a script that doesn't allow me to disable a certain extension. For that I thought to locate the file in which the states of extensions are put. … (Máis información)

Hello, I wanted to create a script that doesn't allow me to disable a certain extension. For that I thought to locate the file in which the states of extensions are put. I searched online, and the answer appears to be that such file is available in extensions folder in my profile. However, I am unable to find extensions folder under my profile.

I would appreciate the help.

Asked by Abdullah hai 4 horas

Remove the expand sidebar on hover function in vertical tabs

Hi, can the function mention above be remove or flag off somehow? For me watching icon is already enough. cause when hover the side of the website to navigate accidentall… (Máis información)

Hi, can the function mention above be remove or flag off somehow? For me watching icon is already enough. cause when hover the side of the website to navigate accidentally expand the sidebar and in some time is just expand many times probably due to a bug.

Asked by Firifey hai 4 horas

Shortcuts Row(s) Disappeared

When v143 was released something happened to the shortcuts row(s). Regardless of refreshing efforts, rolling back versions, and searching the forums, there's no way to co… (Máis información)

When v143 was released something happened to the shortcuts row(s). Regardless of refreshing efforts, rolling back versions, and searching the forums, there's no way to consistently get the shortcuts back. Sometimes they appear with a new browser instance, sometimes they don't. They don't appear with new tabs, and they don't stay when they do appear with a new browser. Grrrr. Please restore the shortcuts!

Asked by joehiker7549 hai 4 horas

unsync previous user

My father used my computer and synced all of his firefox “stuff”, i need to get rid of all of it. I tried to log in, but came across a message that told me it would jus… (Máis información)

My father used my computer and synced all of his firefox “stuff”, i need to get rid of all of it.

I tried to log in, but came across a message that told me it would just merge with his stuff. I would like his bookmarks and passwords gone so that only mine occupy the browser.

Is there a reset?

Asked by coltoncrts hai 5 horas

Trouble with Trend Micro security and password manager on Firefox, working ok on MS Edge

Hi, I have been trying all day to get my Trend Micro program working on my Firefox browser, including Password manager. These programs work ok on MS Edge browser, but I … (Máis información)

Hi, I have been trying all day to get my Trend Micro program working on my Firefox browser, including Password manager. These programs work ok on MS Edge browser, but I can't get it to work on my Firefox browser

Asked by arielane221 hai 5 horas

White bar at top of screen whenever a video is fullscreened

Hi, I am having this problem where I am watching a video and there is a very annoying white line at the top of the screen, I have already tried the trick to turn off the … (Máis información)

Hi, I am having this problem where I am watching a video and there is a very annoying white line at the top of the screen, I have already tried the trick to turn off the titlebar but its still there. My version is updated all the way as well, what do I do now?

Asked by AydenKahn hai 5 horas

webAuthn

Does Firefox support webAuthn passkeys stored by the browser? I have an app that I am working on and I would like to be able to use this feature. If Firefox cannot store… (Máis información)

Does Firefox support webAuthn passkeys stored by the browser? I have an app that I am working on and I would like to be able to use this feature.

If Firefox cannot store passkeys can you explain why this has not been added?

Asked by Vince Jennings hai 5 horas