akshat46 / FlyingFox

An opinionated set of configurations for firefox.
MIT License
1.6k stars 80 forks source link

Icons are too far to the right #11

Closed ericzx505 closed 3 years ago

ericzx505 commented 4 years ago

when using the configuration given the icon for the website barely show up on the right side. It maybe because I am using a smaller screened laptop or maybe because I am using GNU IceCat, but I'm not for sure issue

akshat46 commented 4 years ago

Just confirming, do you have "right side" selected under tree style preferences? image

Also, did you change initial-width and sidebar-width in vars.css that you have under your chrome directory? If you didn't then the size of your screen shouldn't matter. UserChrome would have been impacted by the fact that you are using IceCat, which it isn't. This seems like a tst issue.

ericzx505 commented 4 years ago

rightside Also I have not changed anything in the vars.css file. it is the same as the one here on the github.

I also want to thank you for taking the time to try to help me out.

akshat46 commented 4 years ago

That's weird. Not really sure how screen size would affect positioning. I have just pushed a small workaround. Can you copy the content of treestyletab/custom.css to your treestyletab's custom css? It's pretty much the same thing except the favicon-shift variable. Poke around with its value and it should fix both, the tab favicon and the close button that shows up when tab is hovered. Let me know if that works.

ericzx505 commented 4 years ago

When I adjust the facicon-shift variable it only moves the close button when hoving over a tab. The icon itself stays slightly off to the right of the edge of the tab bar. If I leave the variable blank the icon will show and the close button will be pushed to the left.

evansan commented 4 years ago

Same issue, Windows 10, new profile, all default configs image

evansan commented 4 years ago

I left favicon-shift blank instead of 0, fixes this problem.