fix: disable video controls text selection

This commit is contained in:
TerryM
2026-05-30 22:17:58 +08:00
parent ad4eeeb87a
commit 7ed4cbbeba
2 changed files with 8 additions and 1 deletions

View File

@@ -137,6 +137,13 @@ header button {
}
}
.message-stream-noncopyable-control,
.message-stream-noncopyable-control * {
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
.message-stream-copyable-text,
.message-stream-copyable-text * {
-webkit-user-select: text;