pulse-browser / browser

Pulse Browser: An experimental firefox fork
https://pulsebrowser.app/
Mozilla Public License 2.0
773 stars 46 forks source link

Pinned tabs are broken vertical tabs #212

Closed trickypr closed 1 year ago

trickypr commented 1 year ago

Pinned vertical tabs are very broken and something I want to use, need to fix it at some point

Jacob-Tsekrekos commented 1 year ago

The issue seems to be with the first unpinned tab and the pinned tabs having some conflicting positioning rule leading to overlapping. The selectors for these are #tabbrowser-tabs[haspinnedtabs] .tabbrowser-tab[first-visible-unpinned-tab] and .tabbrowser-tab[pinned] respectively.

thepick commented 1 year ago

Just checking in to see if there has been any progress in sorting this problem out? I just tried pinning a tab and the functionality still appears to be broken.

trickypr commented 1 year ago

Fixed by 2e9d6dd