Open Latrolage opened 2 years ago
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
Unfortunately, I'm unable to reproduce this. Is there any chance that you could provide me with your settings?
The mobile icons which aren't for the green
online
are squished. They are currently likeInstead of
The y and height parameters are wrong