diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-08-01 23:01:46 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-08-01 23:01:46 +0200 |
| commit | 319561b177d95f88c5297435371fc3f4111deddc (patch) | |
| tree | 3cf486a1395d5fcfb3125be397b16d7aac20ca23 /public/client.html | |
| parent | 1187161d3aee05f2d14c0561a685499bf48827cc (diff) | |
declutter the controls a little
Diffstat (limited to 'public/client.html')
| -rw-r--r-- | public/client.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/client.html b/public/client.html index 1fc83cb..2436c22 100644 --- a/public/client.html +++ b/public/client.html @@ -203,6 +203,8 @@ <br> <br> <span id="pairing" style="display: none"> + <button id="button_toggle_pairing" alt="Pairing" class="client_button" onclick="toggleElement('pairing_settings')">Pairing</button> + <span id="pairing_settings" style="display: none"> <label for="pair_select">Pairing partner:</label> <select name="pair_select" id="pair_select"> <option value="-1">None</option> @@ -212,7 +214,8 @@ <tr id="y_offset" style="display: none"><td><p >Vertical offset:</p></td><td><input type="range" name="pair_y_offset" id="pair_y_offset" min="-100" max="100" value="0"></td></tr> </table> <input id="pair_reset" type="button" value="Reset" onclick="resetOffset()"> - <br> + </span> + </span> <br> <br> <span id="cccc" style="display: none"> @@ -294,7 +297,7 @@ <br> <span id="muting"> <label for="mute_select" style="float: left">Mute a character: </label> - <select name="mute_select" id="mute_select" size="15" style="float: left" + <select name="mute_select" id="mute_select" onchange="mutelist_click(event)"></select> </span> </fieldset> |
