Small style changes

pull/61/head
aandrew-me 3 years ago
parent e4bd62b215
commit f45f4131e2

@ -196,6 +196,13 @@ body {
color: var(--text);
}
#audioExtract{
margin:10px;
padding:10px;
background-color: var(--box-toggle);
border-radius: 10px;
}
#options{
display:none;
position:relative;

@ -122,6 +122,7 @@
</div>
<!-- Extraction options start -->
<div id="audioExtract">
<h2 id="extractHeader">Extract Audio from Video</h2>
<label class="formatSelect">Select Format </label>
<select id="extractSelection">
@ -135,6 +136,8 @@
<option value="vorbis">Vorbis (ogg)</option>
</select>
<button id="extractBtn">Extract</button>
</div>
<!-- Extraction options end -->

Loading…
Cancel
Save