Set default button size to sm

This commit is contained in:
Skylar Ittner 2021-07-18 20:09:51 -06:00
parent 1a35d63cbf
commit ea07f539d9

View File

@ -90,8 +90,8 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
<h5><i class="fas fa-sliders-h"></i> App Options</h5>
Button size: <select class="form-control" id="button_size">
<option value="lg">Large</option>
<option value="" selected>Medium</option>
<option value="sm">Small</option>
<option value="md">Medium</option>
<option value="sm" selected>Small</option>
</select>
Color theme: <select class="form-control" id="color_theme">
<option value="purple" selected>Purple</option>
@ -155,7 +155,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
On the other device, go to the website shown below, or open a camera or barcode scanner app and point it the QR code shown.
</div>
<div class="list-group-item text-center">
<span id="signatureRemoteUrlLabel"></span>
<span id="signatureRemoteUrlLabel"></span>
</div>
<div class="list-group-item">
<div id="signatureRemoteQRCode" class="d-flex justify-content-center p-2" style="background-color: white; border-radius: 0.5em;"></div>