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

Mobile logo for improved readability #159

Open
OddHouseGames opened this issue Apr 9, 2021 · 5 comments
Open

Mobile logo for improved readability #159

OddHouseGames opened this issue Apr 9, 2021 · 5 comments

Comments

@OddHouseGames
Copy link

OddHouseGames commented Apr 9, 2021

The Listed L logo may need to have an improved or enlarged version for Mobile for readability at small sizes as the thin part of the font almost disappears when viewing on mobile.image

@JaspalSuri
Copy link

Hi @OddHouseGames, thanks for the feedback! If we continue to receive more reports of this issue we'll consider changing it. 🙂

@Lissy93
Copy link

Lissy93 commented Apr 14, 2021

Also with the logo, I have found that when using a custom color (just using the variable), I get an unusual intro animation on initial page load. E.g.
screen recording

For reference, it's caused by the following code in application.scss

.button--no-fill:before {
	background-image: linear-gradient(0deg,var(--page-menu-link-color) 50%,transparent 0);
	background-size: 100% 200%;
	background-position: top;
	transition: background-position .3s ease-in-out;
}

Not a major issue by any stretch, but would be nice for the above code to be simplified to avoid this.

@JaspalSuri
Copy link

Hi @Lissy93, this animation was introduced intentionally in a recent update. I'll forward your feedback to the team for review!

(cc @daianaszwimer)

@daianaszwimer
Copy link
Contributor

Hi @Lissy93 , how are you?

The SVG Logo takes a second to load (as you can see on the gif above), so instead of showing nothing there, we decided to go with the following approach:

The blue SVG you see at the beginning is shown while the "real" logo (the logo with the colors users set) is being loaded, and to avoid changing the logo color abruptly, we decided to show that animation 😊

@Lissy93
Copy link

Lissy93 commented Apr 15, 2021

Ah that makes sense now - thanks for explaining :)

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

No branches or pull requests

4 participants