mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge pull request #59 from one-some/ui2-samplerfix
Fix sampling cutoff and wi being pushed away
This commit is contained in:
@@ -202,7 +202,7 @@ input[type="range"]::-ms-fill-upper {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "label"
|
grid-template-areas: "label"
|
||||||
"item";
|
"item";
|
||||||
grid-template-rows: 20px 110px;
|
grid-template-rows: 20px auto;
|
||||||
grid-template-columns: 167px;
|
grid-template-columns: 167px;
|
||||||
row-gap: 0.2em;
|
row-gap: 0.2em;
|
||||||
background-color: var(--setting_background);
|
background-color: var(--setting_background);
|
||||||
@@ -715,6 +715,7 @@ td.server_vars {
|
|||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 35px;
|
padding-right: 35px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token_breakdown div {
|
.token_breakdown div {
|
||||||
|
@@ -128,9 +128,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
<!---Slider Labels--->
|
|
||||||
<span class="setting_minlabel"><span style="top: -4px; position: relative;"></span></span>
|
|
||||||
<span class="setting_maxlabel"><span style="top: -4px; position: relative;"></span></span>
|
|
||||||
</div>
|
</div>
|
||||||
{% with sub_path='Sampling' %}
|
{% with sub_path='Sampling' %}
|
||||||
{% include 'settings item.html' %}
|
{% include 'settings item.html' %}
|
||||||
|
Reference in New Issue
Block a user