We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mobile icons which aren't for the green online are squished. They are currently like
online
<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
The text was updated successfully, but these errors were encountered:
Unfortunately, I'm unable to reproduce this. Is there any chance that you could provide me with your settings?
Sorry, something went wrong.
No branches or pull requests
The mobile icons which aren't for the green
online
are squished. They are currently likeInstead of
The y and height parameters are wrong
The text was updated successfully, but these errors were encountered: