mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-14 17:13:03 -04:00
feat(plugin): TextReplace (#994)
Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
parent
168d4b4cd9
commit
b0caa6f4db
2 changed files with 241 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue