converting the chat font-size number input to a slider
This commit is contained in:
parent
d1cc85274a
commit
a95faa4e4f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<input type="password" placeholder="Password (SOCKS)" id="pwd_socks" class="opt" value="" /><br>
|
||||
<input type="checkbox" id="enable_notif" class="opt" checked="checked" /><label for="enable_notif">Enable notifications</label><br>
|
||||
<input type="checkbox" id="enable_msg" class="opt" checked="checked" /><label for="enable_msg">Enable messages</label><br>
|
||||
<input type="number" placeholder="12" id="chat-size" class="opt" value="" /><label for="chat-size">Chat font-size</label><br>
|
||||
<input type="range" min="8" max="24" step="2" value="12" id="chat-size" class="opt" /><label for="chat-size">Chat font-size</label><br>
|
||||
<button id="save">Save</button> <span id="status"></span>
|
||||
</div>
|
||||
<div id="chat-pannel">
|
||||
|
|
Reference in a new issue