fix mobile icon
All checks were successful
Code quality checks / biome (push) Successful in 10s

This commit is contained in:
creations 2025-04-19 14:06:37 -04:00
parent bf66b301ae
commit 8b7bedbf0b
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -129,11 +129,14 @@ body {
.platform-icon.mobile-only {
position: absolute;
bottom: 4px;
bottom: 0;
right: 4px;
width: 30px;
height: 30px;
pointer-events: none;
background-color: var(--background);
padding: 0.3rem 0.1rem;
border-radius: 8px;
}
.user-info {