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

[FEAT] Only show favicon when there are too many tabs like Safari #136

Open
AdamXweb opened this issue Dec 20, 2024 · 0 comments
Open

[FEAT] Only show favicon when there are too many tabs like Safari #136

AdamXweb opened this issue Dec 20, 2024 · 0 comments

Comments

@AdamXweb
Copy link
Owner

AdamXweb commented Dec 20, 2024

Is your feature request related to a problem? If so, please describe.

TBC - if there are too many tabs horizontally, firefox does some magic. We can make it look like safari and only show favicons to make it cleaner (as in the width only 3 characters would be visible anyway)

Should this be by default or just a custom install option like the below.

Describe the solution you'd like

/* When there are too many tabs open horizontally, hide the label to only show favicon like safari */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";


.tab-label-container {
  &[pinned], #tabbrowser-tabs[closebuttons="activetab"][orient="horizontal"] &:not([selected]) {
  display: none;
	}}

Priority

Low (Nice-to-have)

Is this something you would be keen to implement

None

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

1 participant