larger textareas for AN/bias in extensions

This commit is contained in:
RossAscends
2023-04-13 23:35:53 +09:00
parent d999512337
commit 33e056626d

View File

@ -101,7 +101,7 @@ async function moduleWorker() {
<h4>Author's Note / Character Bias</h4>
<div class="floating_prompt_settings">
<label for="extension_floating_prompt">Append the following text:</label>
<textarea id="extension_floating_prompt" class="text_pole" rows="2"></textarea>
<textarea id="extension_floating_prompt" class="text_pole" rows="8"></textarea>
<label>
<input type="radio" name="extension_floating_position" value="0" />
After scenario
@ -123,7 +123,7 @@ async function moduleWorker() {
</div>
<div class="inline-drawer-content">
<label for="extension_floating_default">Default Author's Note</label>
<textarea id="extension_floating_default" class="text_pole" rows="3"
<textarea id="extension_floating_default" class="text_pole" rows="8"
placeholder="Example:\n[Scenario: wacky adventures; Genre: romantic comedy; Style: verbose, creative]"></textarea>
</div>
</div>