mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Fix a/n depth being visually apart from a/n
This commit is contained in:
@@ -50,6 +50,14 @@
|
||||
<label for="authors_notes">Author's Notes:</label><br/>
|
||||
<textarea autocomplete="off" rows=16 id="authors_notes" class="var_sync_story_authornote var_sync_alt_story_authornote_length fullwidth" oninput="autoResize(this)" onchange='sync_to_server(this);'></textarea><br/>
|
||||
|
||||
<div class="setting_tile_area">
|
||||
{% with menu='author_notes' %}
|
||||
{% with sub_path='' %}
|
||||
{% include 'settings item.html' %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
<h4 class="section_header">Genre</h4>
|
||||
<div class="help_text">Styles the AI will attempt to imitate. Effectiveness depends on model.</div>
|
||||
<input id="genre-input" class="fullwidth" placeholder="Fantasy" autocomplete="off" spellcheck="false">
|
||||
@@ -75,14 +83,6 @@
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
|
||||
<div class="setting_tile_area">
|
||||
{% with menu='author_notes' %}
|
||||
{% with sub_path='' %}
|
||||
{% include 'settings item.html' %}
|
||||
{% endwith %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="story_menu_notes" class="story_category_area tab-target tab-target-story hidden">
|
||||
|
Reference in New Issue
Block a user