FlyingFox icon indicating copy to clipboard operation
FlyingFox copied to clipboard

Cropped tab icons

Open hufuhufu opened this issue 4 years ago • 2 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

hufuhufu avatar Aug 06 '21 12:08 hufuhufu

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

anon88391 avatar Aug 19 '21 22:08 anon88391

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

angsaysroar avatar Mar 21 '22 04:03 angsaysroar