From b487a1f2955444b4de53b45ef2bb46179ad5246c Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:02:55 +0900 Subject: [PATCH] - clarified Poe config panel descriptions - widthFreeExpand class now does it's job properly. --- public/index.html | 34 +++++++++++++++++----------------- public/style.css | 2 +- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index 40c64209e..d54074bcf 100644 --- a/public/index.html +++ b/public/index.html @@ -349,39 +349,39 @@
-
-
-
-
-
+
Jailbreak activation message
- Message sent as a jailbreak to activate the roleplay + Message to send when auto-jailbreak is on.
-
- Jailbreak activation response +
+ Jailbreak confirmation reply
- Bot reply that counts as a successful jailbreak + Bot must send this back to confirm jailbreak
-
- Character note text +
+ Character Note
- Text to be send as a character nudge + Influences bot behavior in its responses.
diff --git a/public/style.css b/public/style.css index d96861d62..4034ea026 100644 --- a/public/style.css +++ b/public/style.css @@ -3064,7 +3064,7 @@ toolcool-color-picker { } .widthFreeExpand { - width: unset; + width: -webkit-fill-available; } .wide100p {