From 1bc06784226ed93b33698000cab70d17cb22639b Mon Sep 17 00:00:00 2001 From: LordElias <55048695+LordEliasTM@users.noreply.github.com> Date: Sun, 14 May 2023 00:38:49 +0200 Subject: MoreUserTags: Fix & Add ability to customize text inside tag (#1077) Co-authored-by: V Co-authored-by: ActuallyTheSun <78964224+ActuallyTheSun@users.noreply.github.com> --- src/components/VencordSettings/settingsStyles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/VencordSettings/settingsStyles.css b/src/components/VencordSettings/settingsStyles.css index f7d75e6..26988fd 100644 --- a/src/components/VencordSettings/settingsStyles.css +++ b/src/components/VencordSettings/settingsStyles.css @@ -57,7 +57,7 @@ } .vc-text-selectable, -.vc-text-selectable :not(a, button, a *, button *) { +.vc-text-selectable :not(a, button, a *, button *, input, input *) { /* make text selectable, silly discord makes the entirety of settings not selectable */ user-select: text; -- cgit