akshat46 / FlyingFox

An opinionated set of configurations for firefox.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cropped tab icons

hufuhufu opened this issue · comments

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

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

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;
}