Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

I need help removing the tab bar. Firefox 77 for Windows

  • 5 wotmołwy
  • 1 ma tutón problem
  • 2 napohladaj
  • Poslednja wotmołwa wot John

more options

I hate the tab bar. I'm trying to get it to hide when only one tab is open. I followed the instructions here

https://support.mozilla.org/bm/questions/1271391

Now the tab bar is gone but the menu bar has expanded to fill that entire space. I know how to put css code in userChrome.css but I don't know what to say. I need something that either shrinks the tab bar to nothing or almost nothing or something that shrinks the menu bar. I've been Googling around for an hour with no luck.

Thanks for reading this.

I hate the tab bar. I'm trying to get it to hide when only one tab is open. I followed the instructions here https://support.mozilla.org/bm/questions/1271391 Now the tab bar is gone but the menu bar has expanded to fill that entire space. I know how to put css code in userChrome.css but I don't know what to say. I need something that either shrinks the tab bar to nothing or almost nothing or something that shrinks the menu bar. I've been Googling around for an hour with no luck. Thanks for reading this.

Wšě wotmołwy (5)

more options

Can you attach a screenshot ?

more options

Can you post the current content of your userChrome.css ?

more options
/* Hide solo tab */
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
  visibility: collapse;
}
/* Hide New Tab Button immediately next to solo tab */
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] + toolbarbutton {
  visibility: collapse;
}

#tabbrowser-tabs tab + toolbarbutton { visibility: collapse; } #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox { min-height: 0 !important; }

Wot John změnjeny

more options

When I posted it changed all the hash symbols to "1." I'm trying to figure out how to edit it so it displays correctly.

OK, got it. I had to use "pre" tags.

Wot John změnjeny