Padding between pinned and unpinned tabs is visible again #720
Labels
Browser::Upstream
Changes or bugs from Firefox
Class::Padding
Padding and margin related layout
Component::Tabbar
Tab or tabbar
Env::Windows
Issues on Windows10, Windows11, unknown windows
Issue::Bug
Something isn't working
Priority::High
Solve and focus on it first
Describe the bug
Since a few days on Nightly, padding between last pinned tab and the first unpinned one is again larger and more noticeable.
Expected behavior
Padding should be smaller/not noticeable, like it was before.
Screenshots
OS
Windows 10
OS - Others
No response
Firefox Version
116.0a1 (20230609214634)
Distribution
Theme
Theme - More Info
No response
user.js
setupuser.js
setupAdditional context
This is probably because of a change in recent Firefox Nightly that replaced
[first-visible-unpinned-tab]
selector with:nth-child
, so CSS does not match the correct tab anymore. So, everything that referencesfirst-visible-unpinned-tab
needs to be changed to use:nth-child
. There probably also needs to be some additional work to keep it compatible with current stable release which still uses the original selector.The text was updated successfully, but these errors were encountered: