akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style won't apply to Tree style tab and new tab

iamalmiir opened this issue · comments

I really don't know how to fix this,

Thanks in advance.

Screen Shot 2021-04-17 at 5 20 43 AM

Screen Shot 2021-04-17 at 5 21 21 AM

You have to paste the content of treestyletab/custom.css for static sidebar, or treestyletab/custom-hover.css for hover sidebar in tst configs as shown in the last 2 steps of tst installation.

Fixed. Thanks a lot!

Can't make it hover I imported custom-hover.css but no luck there I must be missing some steps,new tab still looks the same. I was reading through the closed issues but nothing so far that worked.

As shown here you'll have to make sure userChrome-hover.css is included in your config.css and userChrome-static.css is not included, along with setting custom-hover.css in TST.

+ @import "userChrome-hover.css";
- @import "userChrome-static.css";

It really worked I was blind. Thanks a lot for being passionate with me.

Can I display icons here instead of text or no?

image

Thank you once again!

No problem.

Pasting treestyletab/custom-hover.css in treestyletab configs as I mentioned earlier will make the icons right aligned.

You have to paste the content of treestyletab/custom.css for static sidebar, or treestyletab/custom-hover.css for hover sidebar in tst configs as shown in the last 2 steps of tst installation.

On a side note, your window-controls look misaligned with rest of the navbar. You can fix that by tinkering with the --wc-vertical-shift variable in config.css as explained here.

Wow great man! I don't even know what to tell you. Thanks!!!🙌🏻🙌🏻