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; }