sendou.ink/app/features/tier-list-maker/components/TierListItemImage.module.css
Kalle 187e1aa105
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
Tier list maker feature (#2634)
2025-11-16 16:30:24 +02:00

16 lines
277 B
CSS

.imageWrapper img {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
}
.modeOverlay {
position: absolute;
bottom: 2px;
right: 2px;
background-color: var(--bg-lighter-solid);
border-radius: 100%;
padding: var(--s-1);
}