Fix sampler underflow

This commit is contained in:
somebody
2022-08-24 17:18:07 -05:00
parent d78e5d5f04
commit 29b91e238d
2 changed files with 1 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);

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