diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 34f3557a..83179c2a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -676,11 +676,11 @@ "description": "" }, "prefs_OptionText_chatgpt_web_model": { - "message": "ChatGPT Web model", + "message": "ChatGPT Web Model", "description": "" }, "prefs_OptionText_chatgpt_web_model_info": { - "message": "This is the model that will be enforced for the ChatGPT Web Interface. If none is specified or an incorrect one is provided, the default model will be set by ChatGPT on the webpage.", + "message": "This is the Model that will be enforced for the ChatGPT Web Interface. If none is specified or an incorrect one is provided, the default model will be set by ChatGPT on the webpage.", "description": "" }, "prefs_OptionText_chatgpt_web_tempchat": { @@ -1392,11 +1392,11 @@ "description": "" }, "prefs_OptionText_chatgpt_web_project": { - "message": "ChatGPT Web project", + "message": "ChatGPT Web Project", "description": "" }, "prefs_OptionText_chatgpt_web_project_info": { - "message": "This is the project that will be enforced for the ChatGPT Web Interface.", + "message": "This is the Project that will be enforced for the ChatGPT Web Interface.", "description": "" }, "prefs_OptionText_chatgpt_web_custom_gpt": { diff --git a/pages/customprompts/mzta-custom-prompts.css b/pages/customprompts/mzta-custom-prompts.css index 423254f1..e73f8e12 100644 --- a/pages/customprompts/mzta-custom-prompts.css +++ b/pages/customprompts/mzta-custom-prompts.css @@ -213,6 +213,36 @@ table .sort.desc { padding-right: 2px; } +#chatgpt_web_additional_info_toggle td{ + padding:0px 5px; + font-style: italic; +} + +#chatgpt_web_additional_info, #chatgpt_web_additional_info_toggle{ + background-color: rgb(255, 209, 183); + display:none; +} + +#chatgpt_web_additional_info_toggle{ + cursor: pointer; +} + +#chatgpt_web_additional_info td{ + vertical-align: top; +} + +input.input_additional[type="text"]{ + width: -moz-available; +} + +.small_info{ + font-size:smaller; +} + +.conntype_chatgpt_web_option{ + cursor: pointer; +} + @media (prefers-color-scheme: dark) { body { background-color: #1C1B22; @@ -259,4 +289,8 @@ table .sort.desc { .autocomplete-list li.active { background-color: #4c4e58; } + + #chatgpt_web_additional_info{ + background-color: rgb(39, 11, 0); + } } \ No newline at end of file diff --git a/pages/customprompts/mzta-custom-prompts.html b/pages/customprompts/mzta-custom-prompts.html index 8f16223e..d9312a1a 100644 --- a/pages/customprompts/mzta-custom-prompts.html +++ b/pages/customprompts/mzta-custom-prompts.html @@ -78,6 +78,28 @@ +