Skip to content

Commit

Permalink
Fix spacing issues in config UI
Browse files Browse the repository at this point in the history
  • Loading branch information
SaifAqqad committed Jan 20, 2024
1 parent f509882 commit ccf607a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/UI/config/html/UI.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
d="M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z" />
</svg> PTT
release delay</label>
<div class="columns is-mobile">
<div class="columns is-mobile" style="margin-top: -0.4rem;">
<div class="column is-5">
<input class="input is-primary is-small input-elem" placeholder="ms" disabled type="text" id="PTTDelay_text"
value="100 ms">
Expand Down Expand Up @@ -644,12 +644,12 @@
d="M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z" />
</svg> Volume Lock
</label>
<div class="columns is-mobile" style="margin-left: 1px;">
<div class="columns is-mobile" style="margin-left: 1px;margin-top: -0.4rem;">
<div class="column is-5" style="padding-left: 0px !important;">
<input class="input is-primary is-small input-elem" placeholder="Percentage" disabled type="text"
id="VolumeLock_text" value="Disabled">
</div>
<div class="column is-7">
<div class="column is-8 pl-1">
<input class="slider is-small" min="0" max="100" step="1" value="0" type="range" tabindex=0 id="VolumeLock"
onchange="ahk.UI_onChange('UI_onUpdateVolumeLock', event.target.value)">
</div>
Expand Down

0 comments on commit ccf607a

Please sign in to comment.