Fix sampling, repetition, and biasing collapsables

They didn't work due to the help texts, as they collapse the next
sibling. Good to know!
This commit is contained in:
somebody
2022-09-05 21:56:26 -05:00
parent 63d38d599f
commit 4c9ca22d74

View File

@@ -105,8 +105,8 @@
<div class="collapsable_header" onclick="toggle_setting_category(this);"> <div class="collapsable_header" onclick="toggle_setting_category(this);">
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Sampling</h4> <h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Sampling</h4>
</div> </div>
<span class="help_text">Change how the AI decides what to say.</span>
<div class="setting_tile_area"> <div class="setting_tile_area">
<span class="help_text">Change how the AI decides what to say.</span>
<div class="setting_container_single"> <div class="setting_container_single">
<!---Top Row----> <!---Top Row---->
<span class="setting_label"> <span class="setting_label">
@@ -140,8 +140,8 @@
<div class="collapsable_header" onclick="toggle_setting_category(this);"> <div class="collapsable_header" onclick="toggle_setting_category(this);">
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Repetition</h4> <h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Repetition</h4>
</div> </div>
<span class="help_text">Change how the AI combats repetition.</span>
<div class="setting_tile_area"> <div class="setting_tile_area">
<span class="help_text">Change how the AI combats repetition.</span>
{% with sub_path='Repetition' %} {% with sub_path='Repetition' %}
{% include 'settings item.html' %} {% include 'settings item.html' %}
{% endwith %} {% endwith %}
@@ -205,8 +205,8 @@
<div class="collapsable_header" onclick="toggle_setting_category(this);"> <div class="collapsable_header" onclick="toggle_setting_category(this);">
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Biasing</h4> <h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Biasing</h4>
</div> </div>
<span class="help_text">Influence the likelihood for the AI to output certain phrases.</span>
<div id="biasing"> <div id="biasing">
<span class="help_text">Influence the likelihood for the AI to output certain phrases.</span>
<div class="bias_header"> <div class="bias_header">
<div class="bias_header_phrase">Phrase</div> <div class="bias_header_phrase">Phrase</div>
<div class="bias_header_score">Score</div> <div class="bias_header_score">Score</div>