Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Cropped tab icons #91

Open
hufuhufu opened this issue Aug 6, 2021 · 2 comments
Open

Cropped tab icons #91

hufuhufu opened this issue Aug 6, 2021 · 2 comments

Comments

@hufuhufu
Copy link

hufuhufu commented Aug 6, 2021

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
Copy link

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

@angsaysroar
Copy link

angsaysroar commented Mar 21, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants