Merge pull request #59 from one-some/ui2-samplerfix

Fix sampling cutoff and wi being pushed away
This commit is contained in:
ebolam
2022-08-24 18:21:36 -04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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' %}