jpe

joined 1 year ago
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Previously, ctrl-shift-T only reopened tabs and worked per-window. I think it's much more intuitive that way, since it's cleanly separated from other features (ctrl-shift-N) and works kind of like ctrl-T.

[–] [email protected] 3 points 1 year ago (1 children)

I've narrowed my tabs with userchrome.css so that they look like this. I think you could make the min-width even smaller so that the scrolling never happens, but then the tab icons won't be visible.

Can't bother debugging my userchrome right now to give a reproducible example but I think this is the relevant part:

.tabbrowser-tab[fadein]:not([pinned]) {
	min-width: 30px !important;
	padding-inline: 0 !important; /* not sure why I added this */
}

[–] [email protected] 1 points 1 year ago

It looks like some of the codepens are not working for me on FF 114 and Edge 114, for example this one where the flame is apparently supposed to rotate around the button. I guess those features are only coming later? A bit confusing since the guide makes it sound like they're already well-supported.