sendou.ink/app/features/tier-list-maker/components/TierListItemImage.module.css
2026-03-28 16:30:28 +02:00

18 lines
286 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);
}