sendou.ink/app/features/tier-list-maker/components/TierListItemImage.module.css
2025-12-25 17:37:34 +01:00

16 lines
274 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(--color-bg-high);
border-radius: 100%;
padding: var(--s-1);
}