diff --git a/pages/customprompts/mzta-custom-prompts.css b/pages/customprompts/mzta-custom-prompts.css index dd8b0692..b794e8d3 100644 --- a/pages/customprompts/mzta-custom-prompts.css +++ b/pages/customprompts/mzta-custom-prompts.css @@ -25,6 +25,7 @@ table { thead { position: sticky; top: 26px; + z-index: 90; } #command_palette{ @@ -33,6 +34,7 @@ thead { padding-top: 1px; height: 26px; width: 100%; + z-index: 90; } #btnNew{ @@ -256,6 +258,7 @@ label, .id_show, .text_show, .name_show, .type_show, .action_show{ .chatgpt_web_additional_info_toggle{ width: -moz-available; text-align: center; + margin-top: 10px; } .chatgpt_web_additional_info_show{ diff --git a/pages/customprompts/mzta-custom-prompts.js b/pages/customprompts/mzta-custom-prompts.js index d7e304b4..59f08886 100644 --- a/pages/customprompts/mzta-custom-prompts.js +++ b/pages/customprompts/mzta-custom-prompts.js @@ -627,11 +627,6 @@ function loadPromptsList(values){ -
__MSG_customPrompts_show_additional_info_show__ -
__MSG_prefs_OptionText_chatgpt_web_model__:` + values.chatgpt_web_model + `
-
__MSG_prefs_OptionText_chatgpt_web_project__:` + values.chatgpt_web_project + `
-
__MSG_prefs_OptionText_chatgpt_web_custom_gpt__:` + values.chatgpt_web_custom_gpt + `
-
__MSG_customPrompts_show_additional_info__
__MSG_prefs_OptionText_chatgpt_web_model__: @@ -686,6 +681,11 @@ function loadPromptsList(values){ +
__MSG_customPrompts_show_additional_info_show__ +
__MSG_prefs_OptionText_chatgpt_web_model__:` + values.chatgpt_web_model + `
+
__MSG_prefs_OptionText_chatgpt_web_project__:` + values.chatgpt_web_project + `
+
__MSG_prefs_OptionText_chatgpt_web_custom_gpt__:` + values.chatgpt_web_custom_gpt + `
+