mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Made biases menu collapse button cursor:pointer
This commit is contained in:
@@ -386,6 +386,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* -----------------------------------------Bias-------------------------------------- */
|
/* -----------------------------------------Bias-------------------------------------- */
|
||||||
|
#biases_label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.bias {
|
.bias {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "phrase percent max";
|
grid-template-areas: "phrase percent max";
|
||||||
|
@@ -65,7 +65,7 @@
|
|||||||
{% include 'settings item.html' %}
|
{% include 'settings item.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
<h4>
|
<h4 id="biases_label">
|
||||||
<span id="bias_open" class="oi" data-glyph="chevron-bottom" onclick='this.classList.add("hidden");
|
<span id="bias_open" class="oi" data-glyph="chevron-bottom" onclick='this.classList.add("hidden");
|
||||||
document.getElementById("bias_close").classList.remove("hidden");
|
document.getElementById("bias_close").classList.remove("hidden");
|
||||||
document.getElementById("biasing").classList.add("hidden");'> Biasing:</span>
|
document.getElementById("biasing").classList.add("hidden");'> Biasing:</span>
|
||||||
|
Reference in New Issue
Block a user