feat(plugin): TextReplace (#994)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Đỗ Văn Hoài Tuân 2023-04-29 18:19:08 -07:00 committed by GitHub
parent 168d4b4cd9
commit b0caa6f4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 241 additions and 1 deletions

View file

@ -59,7 +59,7 @@
}
.vc-text-selectable,
.vc-text-selectable :not(a, button) {
.vc-text-selectable :not(a, button, a *, button *) {
/* make text selectable, silly discord makes the entirety of settings not selectable */
user-select: text;