mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 12:46:19 -05:00
16 lines
277 B
CSS
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);
|
|
}
|