fix mobile status css
All checks were successful
Code quality checks / biome (push) Successful in 14s
All checks were successful
Code quality checks / biome (push) Successful in 14s
This commit is contained in:
parent
8a16476d67
commit
8f499daec2
3 changed files with 18 additions and 2 deletions
|
@ -377,7 +377,7 @@ function updatePresence(data) {
|
|||
|
||||
if (platform.mobile && !mobileIcon) {
|
||||
avatarWrapper.innerHTML += `
|
||||
<svg class="platform-icon mobile-only" viewBox="0 0 1000 1500" fill="#43a25a" aria-label="Mobile" width="17" height="17">
|
||||
<svg class="platform-icon mobile-only ${status}" viewBox="0 0 1000 1500" fill="#43a25a" aria-label="Mobile" width="17" height="17">
|
||||
<path d="M 187 0 L 813 0 C 916.277 0 1000 83.723 1000 187 L 1000 1313 C 1000 1416.277 916.277 1500 813 1500 L 187 1500 C 83.723 1500 0 1416.277 0 1313 L 0 187 C 0 83.723 83.723 0 187 0 Z M 125 1000 L 875 1000 L 875 250 L 125 250 Z M 500 1125 C 430.964 1125 375 1180.964 375 1250 C 375 1319.036 430.964 1375 500 1375 C 569.036 1375 625 1319.036 625 1250 C 625 1180.964 569.036 1125 500 1125 Z"/>
|
||||
</svg>
|
||||
`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue