Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > uk.comp.sys.mac > #180584
| From | Jaimie Vandenbergh <jaimie@usually.sessile.org> |
|---|---|
| Newsgroups | uk.comp.sys.mac |
| Subject | Re: Firefox vertical tabs |
| Date | 2025-03-05 16:30 +0000 |
| Message-ID | <m2rci0Fs96mU1@mid.individual.net> (permalink) |
| References | <m2qt93Fq0siU1@mid.individual.net> <m2rb81Fs2ajU1@mid.individual.net> |
On 5 Mar 2025 at 16:08:33 GMT, "Jaimie Vandenbergh"
<jaimie@usually.sessile.org> wrote:
> On 5 Mar 2025 at 12:10:11 GMT, "TimH" <thnews@poboxmolar.com.invalid>
> 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.
Back to uk.comp.sys.mac | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Firefox vertical tabs TimH <thnews@poboxmolar.com.invalid> - 2025-03-05 12:10 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-05 16:08 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-05 16:30 +0000
Re: Firefox vertical tabs TimH <thnews@poboxmolar.com.invalid> - 2025-03-05 17:02 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-06 19:12 +0000
Re: Firefox vertical tabs TimH <thnews@poboxmolar.com.invalid> - 2025-03-06 20:23 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-06 23:34 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-06 23:35 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-06 23:41 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-06 23:57 +0000
Re: Firefox vertical tabs TimH <thnews@poboxmolar.com.invalid> - 2025-03-07 10:26 +0000
Re: Firefox vertical tabs Jaimie Vandenbergh <jaimie@usually.sessile.org> - 2025-03-09 21:08 +0000
Re: Firefox vertical tabs Theo <theom+news@chiark.greenend.org.uk> - 2025-03-10 09:29 +0000
csiph-web