From dfa2954f84f585c3e026cef09288574d3682d220 Mon Sep 17 00:00:00 2001
From: RossAscends <124905043+RossAscends@users.noreply.github.com>
Date: Tue, 16 May 2023 22:45:37 +0900
Subject: [PATCH 1/2] revert text_pole widths, add util class for unset
---
public/scripts/extensions/floating-prompt/index.js | 8 ++++----
public/style.css | 8 +++++++-
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/public/scripts/extensions/floating-prompt/index.js b/public/scripts/extensions/floating-prompt/index.js
index 5382df00a..7da23d398 100644
--- a/public/scripts/extensions/floating-prompt/index.js
+++ b/public/scripts/extensions/floating-prompt/index.js
@@ -130,7 +130,7 @@ async function moduleWorker() {
Bookmarks inherit the Note from their parent, and can be changed individually after that.
-
+
- (0 = Disable)
+ (0 = Disable)
User inputs until next insertion: (disabled)
@@ -162,7 +162,7 @@ async function moduleWorker() {
Will be automatically added as the Author's Note for all new chats.
-
diff --git a/public/style.css b/public/style.css
index 5292201d9..cadfb0418 100644
--- a/public/style.css
+++ b/public/style.css
@@ -845,10 +845,12 @@ select {
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
padding: 7px;
- /* width: 100%; */
+ width: 100%;
margin: 5px 0;
}
+
+
h3 {
margin: 10px 0;
}
@@ -1212,6 +1214,10 @@ input[type=search]:focus::-webkit-search-cancel-button {
width: calc(100% - 70px);
}
+.widthUnset {
+ width: unset;
+}
+
#avatar_url_div {
display: none;
}
From caf6e0887a989add56a835451e84bdafb8167261 Mon Sep 17 00:00:00 2001
From: RossAscends <124905043+RossAscends@users.noreply.github.com>
Date: Tue, 16 May 2023 22:47:03 +0900
Subject: [PATCH 2/2] skill issue
---
public/scripts/extensions/floating-prompt/index.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/scripts/extensions/floating-prompt/index.js b/public/scripts/extensions/floating-prompt/index.js
index 7da23d398..d37f7bb88 100644
--- a/public/scripts/extensions/floating-prompt/index.js
+++ b/public/scripts/extensions/floating-prompt/index.js
@@ -130,7 +130,7 @@ async function moduleWorker() {
Bookmarks inherit the Note from their parent, and can be changed individually after that.
-
+