Path: csiph.com!weretis.net!feeder8.news.weretis.net!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: 5 Mar 2025 16:30:56 GMT Lines: 45 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=fixed Content-Transfer-Encoding: 8bit X-Trace: individual.net juS+Sze3N0HLhR4j91bhDA7mwetfeM195NSrXmslKk8CB68RbL Cancel-Lock: sha1:qcxxSFdZGiuxM8/s9RqHdB9qy8Y= sha256:1STvt59H6F4RtJHzQ5+2yDSBqZMnOsrVVScAwgJuonk= User-Agent: Usenapp for MacOS X-Usenapp: v1.27.4/l - Full License Xref: csiph.com uk.comp.sys.mac:180584 On 5 Mar 2025 at 16:08:33 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. > > Cheers - Jaimie I do have custom User Style Sheet entries in the Advanced section which looks somewhat relevant, particularly the height: element? /* Add private browsing indicator per tab */ .tab.private-browsing .label:before { content: "🕶"; } /* tab decor */ .tab { height: 26px; font-size: small; // font-style: italic; // font-weight: bold; opacity: 0.8; border: solid 1px #00000033; // transparent black lines } /* Remove new tab button */ .newtab-button-box { display: none; } /* Only show tab close X on hover */ .tab:not(:hover) .closebox { display: none; } -- Tetris has taught me that accomplishments disappear and mistakes pile up.