black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.35k stars 187 forks source link

Homepage sites with no favicons should look less weird with `userContent.newTab.full_icon` #812

Open zapSNH opened 11 months ago

zapSNH commented 11 months ago

Is your feature request related to a problem?

Currently, sites with no favicons look kinda weird in the homepage with userContent.newTab.full_icon. Lepton

The letter isn't centered and it's rotated for some reason.

Without userContent.newTab.full_icon, it looks fine. Firefox

The solution I'd like

In Chrome and Edge, the letter is centered and not rotated. Chredge

An alternate solution is to make the letter bigger. ZCPT (the letter is also slightly transparent)

Code

.top-site-outer .tile .icon-wrapper::before {
        translate: 0px 10px;
        font-size: 100px !important;
        opacity: 0.75 !important;
}

Screenshots or video

No response

Alternatives I've considered

No response

Additional context

Site without favicon: http://example.com