This commit is contained in:
2026-07-16 02:12:58 +02:00
parent 0b22a1b590
commit 93e8a39a40
2 changed files with 43 additions and 8 deletions

View File

@@ -5802,6 +5802,16 @@ body[type='login'] {
cursor: pointer;
border-radius: 4px;
box-sizing: border-box;
/* Suppress native mobile long-press menu (save image, copy link, etc.) */
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.ep-sticker-wrap img,
.ep-sticker-wrap video {
-webkit-touch-callout: none;
-webkit-user-select: none;
}
.ep-sticker-wrap:hover {