Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zapSNH opened this issue Oct 30, 2023 · 0 comments
Labels
Class::Size Consonant's size issues Component::UserContents Page related issues except Activity-Stream, not browser UI Issue::Enhancement New feature or request

Comments

@zapSNH
Copy link
Contributor

zapSNH commented Oct 30, 2023

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

@zapSNH zapSNH added the Issue::Enhancement New feature or request label Oct 30, 2023
@black7375 black7375 added Class::Size Consonant's size issues Component::UserContents Page related issues except Activity-Stream, not browser UI labels Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Size Consonant's size issues Component::UserContents Page related issues except Activity-Stream, not browser UI Issue::Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants