Centerify icon rows, fix i18n
| @@ -3071,8 +3071,7 @@ | |||
| 3071 | </div> | 3071 | </div> |
| 3072 | 3072 | ||
| 3073 | </h4> | 3073 | </h4> |
| 3074 | <div class="flex-container"> | 3074 | <div class="flex-container justifyCenter"> |
| 3075 | |||
| 3076 | <input type="file" hidden data-preset-manager-file="context" accept=".json, .settings"> | 3075 | <input type="file" hidden data-preset-manager-file="context" accept=".json, .settings"> |
| 3077 | <i id="context_set_default" class="menu_button fa-solid fa-heart" title="Auto-select this preset for Instruct Mode." data-i18n="[title]Auto-select this preset for Instruct Mode"></i> | 3076 | <i id="context_set_default" class="menu_button fa-solid fa-heart" title="Auto-select this preset for Instruct Mode." data-i18n="[title]Auto-select this preset for Instruct Mode"></i> |
| 3078 | <i data-newbie-hidden data-preset-manager-update="context" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i> | 3077 | <i data-newbie-hidden data-preset-manager-update="context" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i> |
| @@ -3176,9 +3175,10 @@ | |||
| 3176 | </a> | 3175 | </a> |
| 3177 | </h4> | 3176 | </h4> |
| 3178 | <div> | 3177 | <div> |
| 3179 | 3178 | <small> | |
| 3180 | <small data-i18n="JSON serialized array of strings">JSON serialized array of strings <i class="fa-solid fa-question-circle" title="e.g: ["Ford", "BMW", "Fiat"]"></i></small> | 3179 | <span data-i18n="JSON serialized array of strings">JSON serialized array of strings</span> |
| 3181 | 3180 | <i class="fa-solid fa-question-circle opacity50p" title="e.g: ["Ford", "BMW", "Fiat"]"></i> | |
| 3181 | </small> | ||
| 3182 | </div> | 3182 | </div> |
| 3183 | <div> | 3183 | <div> |
| 3184 | <div contenteditable="true" id="custom_stopping_strings" rows="2" class="text_pole textarea_compact monospace" placeholder="["Ford", "BMW", "Fiat"]"></div> | 3184 | <div contenteditable="true" id="custom_stopping_strings" rows="2" class="text_pole textarea_compact monospace" placeholder="["Ford", "BMW", "Fiat"]"></div> |
| @@ -3215,7 +3215,7 @@ | |||
| 3215 | </label> | 3215 | </label> |
| 3216 | </div> | 3216 | </div> |
| 3217 | </h4> | 3217 | </h4> |
| 3218 | <div class="flex-container margin0"> | 3218 | <div class="flex-container margin0 justifyCenter"> |
| 3219 | <input type="file" hidden data-preset-manager-file="instruct" accept=".json, .settings"> | 3219 | <input type="file" hidden data-preset-manager-file="instruct" accept=".json, .settings"> |
| 3220 | <i id="instruct_set_default" class="menu_button fa-solid fa-heart" title="Auto-select this preset on API connection." data-i18n="[title]Auto-select this preset on API connection"></i> | 3220 | <i id="instruct_set_default" class="menu_button fa-solid fa-heart" title="Auto-select this preset on API connection." data-i18n="[title]Auto-select this preset on API connection"></i> |
| 3221 | <i data-newbie-hidden data-preset-manager-update="instruct" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i> | 3221 | <i data-newbie-hidden data-preset-manager-update="instruct" class="menu_button fa-solid fa-save" title="Update current preset" data-i18n="[title]Update current preset"></i> |