Re-order menu items

This commit is contained in:
David Halls 2021-10-06 07:43:07 +01:00
parent f840e1c38d
commit 0edc5478dc

View File

@ -49,8 +49,9 @@
</nav>
<div class="collapse p-3 bg-light text-dark card border-dark flex-grow-0" id="navbarToggleExternalContent">
<div class="pb-4">
<label for="ffmpeg-lib-url" class="form-label">FFmpeg library URL</label>
<input id="ffmpeg-lib-url" class="form-control" placeholder="ffmpeg-worker-hls.js" type="text">
<label for="resolution" class="form-label">Video resolution</label>
<select id="resolution" class="form-select">
</select>
</div>
<div class="form-check">
<input id="greyscale" class="form-check-input" type="checkbox">
@ -65,9 +66,8 @@
<label for="zoom-video" class="form-check-label">Minimize vertical bars in local video display</label>
</div>
<div class="pt-4">
<label for="resolution" class="form-label">Video resolution</label>
<select id="resolution" class="form-select">
</select>
<label for="ffmpeg-lib-url" class="form-label">FFmpeg library URL</label>
<input id="ffmpeg-lib-url" class="form-control" placeholder="ffmpeg-worker-hls.js" type="text">
</div>
</div>
<div id="error-alert" class="alert alert-danger alert-dismissible fade mb-0 flex-grow-0" role="alert">