Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinned tabs disappeared in Tree-Style-Tab #15

Closed
xtellaris opened this issue Mar 13, 2024 · 3 comments
Closed

Pinned tabs disappeared in Tree-Style-Tab #15

xtellaris opened this issue Mar 13, 2024 · 3 comments

Comments

@xtellaris
Copy link

image

Pinned tabs disappeared from the top of Tree-Stye-Tab, left 2 gap rows, and I can't interact with pinned tabs.

What did I tried

  1. create a new profile from about:profiles and launch Firefox with it
  2. install Tree-Style-Tab add-on
  3. choose the "Proton" theme in Tree-Style-Tab setting
  4. paste the content of treestyletab-edge-mimicry.css to User Style Sheet in Tree-Style-Tab setting
  5. disable and re-enable the Tree-Style-Tab

btw, I did not touch the userChrome mods or about:config.

Version & Environment

  • Firefox 123.0.1
  • Tree-Style-Tab 4.0.1
  • Windows 11 23H2

Anyway, Thanks for sharing your work, it does help me ! 👍

@xtellaris
Copy link
Author

xtellaris commented Mar 13, 2024

image

I've tried treestyletab-edge-mimicry.css at commit a5e2752 and set Tree-Style-Tab theme to "no decorate", not in a fresh new profile though.

It won't miss the pinned tab icon which could be interacted, but some favicons, like the one belongs to addon manager of Firefox in the image, are misplaced like issue #11

@UnlimitedAvailableUsername
Copy link
Owner

I am currently working on it. Tree Style Tab recently updated their HTML layout for the tab container.

@UnlimitedAvailableUsername
Copy link
Owner

Tree Style Tab has recently seperated the container for pinned tabs and normal tabs with id pinned-tabs-container and normal-tabs-container. For now, I've deleted some lines as it inteferes with the current layout speficially:

#pinned-tabs-container { padding-top: 4px; }

and

:root.have-pinned-tabs #tabbar { margin-top: calc(var(--tabbar-margin-top) + 4px); }

I'll be updating the design soon, if possible within the day

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants