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 icons are squished #45

Open
Latrolage opened this issue Jul 6, 2022 · 1 comment
Open

Mobile icons are squished #45

Latrolage opened this issue Jul 6, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Latrolage
Copy link

The mobile icons which aren't for the green online are squished. They are currently like

<rect width="10" height="10" x="22" y="22" fill="hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%)" mask="url(#svg-mask-status-online-mobile)" class="pointerEvents-9SZWKj"></rect>

Instead of

<rect width="10" height="15" x="22" y="17" fill="hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%)" mask="url(#svg-mask-status-online-mobile)" class="pointerEvents-9SZWKj"></rect>

The y and height parameters are wrong

@GriefMoDz
Copy link
Owner

Unfortunately, I'm unable to reproduce this. Is there any chance that you could provide me with your settings?

@GriefMoDz GriefMoDz added the bug Something isn't working label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants