akshat46 / FlyingFox

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

Cropped tab icons #91

Open hufuhufu opened 3 years ago

hufuhufu commented 3 years ago

I just installed FlyingFox and I really love this. But, I have this issue since the fresh install. Tab's favicons, especially the circular one, are visibly cropped, and the close tab icon as well. I've tweaked some of the css, like padding and margin, but I can't find where the css that could affect the favicon.

Here is the screenshot image

Firefox Version: 90

anon88391 commented 3 years ago

I can confirm I am experiencing the same issue. I'm using the latest Firefox 91.

angsaysroar commented 2 years ago

In the folder treestyletab, I was able to fix this by editing custom-hover.css:

Locate:

tab-item .label {
    color: var(--light-2) !important;
    padding-bottom: 2px;
}

Replace it with:

tab-item .label {
    color: var(--light-2) !important;
    padding-bottom: 5px;
}