Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Jaimie Vandenbergh Newsgroups: uk.comp.sys.mac Subject: Re: Firefox vertical tabs Date: 6 Mar 2025 23:41:04 GMT Lines: 71 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit X-Trace: individual.net tcNuKMtpN6bnChJ9DrWaDgC3Rvl2qpgdVWLw4tJCiAG4Bmb1+B Cancel-Lock: sha1:Qv1ko0gEFdSRmmaUNQWgcpVdmz0= sha256:icGq4o46tDof5I8aTxSFhKQdt+9Lywej/PRtuphQ/g0= User-Agent: Usenapp for MacOS X-Usenapp: v1.27.4/l - Full License Xref: csiph.com uk.comp.sys.mac:180604 On 6 Mar 2025 at 23:35:48 GMT, "Jaimie Vandenbergh" wrote: > On 6 Mar 2025 at 23:34:21 GMT, "Jaimie Vandenbergh" > wrote: > >> On 6 Mar 2025 at 20:23:00 GMT, "TimH" >> wrote: >> >>> On 6 Mar 2025 at 7:12:42 pm GMT, "Jaimie Vandenbergh" >>> wrote: >>> >>>> On 5 Mar 2025 at 17:02:41 GMT, "TimH" >>>> wrote: >>>> >>>>> On 5 Mar 2025 at 4:08:33 pm GMT, "Jaimie Vandenbergh" >>>>> wrote: >>>>> >>>>>> On 5 Mar 2025 at 12:10:11 GMT, "TimH" >>>>>> wrote: >>>>>> >>>>>>> I'm just trying this out - as someone said, Tree Style Tab is great, but the >>>>>>> fewer extensions the better - but I can't see a way to reduce the space >>>>>>> between tabs, which seems excessive. Am I missing something? >>>>>> >>>>>> Space between tabs is zero for me. https://imgur.com/a/M3iCvyY >>>>>> >>>>>> Not sure which options might affect that tbh. >>>>> >>>>> Sorry - I put that really badly! Should have said: I normally use Tree Style >>>>> Tab but am trying out the new built-in Firefox vertical tabs. That's what has >>>>> the excessive space! (I thought for a moment you'd uncovered a whole screenful >>>>> of options i'd missed :) >>>> >>>> Ah! Yeah, they're terrible. In basically the same way as the Edge and >>>> Safari ones are terrible. >>> >>> I thought at least there might be a way to enable but hide the built-in >>> vertical tabs, and carry on using TST, so as to get rid of the horizontal tab >>> bar, but even that seems impossible. Grr. >> >> https://superuser.com/questions/1424478/can-i-hide-native-tabs-at-the-top-of-firefox >> >> is what I followed. Works perfectly. On the Mac the profiles directory >> is in your user Library, Application Support, Firefox, Profiles. If you >> have more than one folder there, check up a level for profiles.ini and >> work out which one is Default. >> >> Cheers - Jaimie > > My userChrome.css: > > } .... apparently got eaten by Usenapp. Interesting! Let me try that again quoted:

/* Hide the top tab bar */

#main-window[tabsintitlebar="true"]:not([extradragspace= "true"]) #TabsToolbar {

opacity: 0;

pointer-events: none;

}

#main-window:not([tabsintitlebar="true"]) #TabsToolbar {

visibility: collapse !important;

}

/* Hide the sidebar top label */

#sidebar-header {

display: none;

> } -- C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg. -- Bjarne Stroustrup