Fix a/n depth being visually apart from a/n

This commit is contained in:
somebody
2023-07-21 18:13:57 -05:00
parent 560fb3bd2d
commit 418f341560

View File

@@ -50,6 +50,14 @@
<label for="authors_notes">Author's Notes:</label><br/> <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/> <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> <h4 class="section_header">Genre</h4>
<div class="help_text">Styles the AI will attempt to imitate. Effectiveness depends on model.</div> <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"> <input id="genre-input" class="fullwidth" placeholder="Fantasy" autocomplete="off" spellcheck="false">
@@ -75,14 +83,6 @@
} }
</script> </script>
</div> </div>
<div class="setting_tile_area">
{% with menu='author_notes' %}
{% with sub_path='' %}
{% include 'settings item.html' %}
{% endwith %}
{% endwith %}
</div>
</div> </div>
</div> </div>
<div id="story_menu_notes" class="story_category_area tab-target tab-target-story hidden"> <div id="story_menu_notes" class="story_category_area tab-target tab-target-story hidden">