mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
16 lines
274 B
CSS
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);
|
|
}
|