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;
|
||||
grid-template-areas: "label"
|
||||
"item";
|
||||
grid-template-rows: 20px 110px;
|
||||
grid-template-rows: 20px auto;
|
||||
grid-template-columns: 167px;
|
||||
row-gap: 0.2em;
|
||||
background-color: var(--setting_background);
|
||||
@@ -715,6 +715,7 @@ td.server_vars {
|
||||
padding-left: 20px;
|
||||
padding-right: 35px;
|
||||
margin-bottom: 10px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.token_breakdown div {
|
||||
|
@@ -128,9 +128,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</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>
|
||||
{% with sub_path='Sampling' %}
|
||||
{% include 'settings item.html' %}
|
||||
|
Reference in New Issue
Block a user