Spaces:
Running
Running
Commit
·
ed62041
1
Parent(s):
147f100
Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -490,15 +490,15 @@ button:hover {
|
|
490 |
<div>
|
491 |
<input type="text" id="search" placeholder="Search...">
|
492 |
</div>
|
493 |
-
|
|
|
|
|
494 |
<select id="sort">
|
495 |
<option value="recent"> Sort by Recent </option>
|
496 |
<option value="name">Sort by Name</option>
|
497 |
<option value="artist">Sort by Artist</option>
|
498 |
</select>
|
499 |
</div>
|
500 |
-
|
501 |
-
</div>
|
502 |
|
503 |
<div class="downloads-list">
|
504 |
<div class="download-item">
|
|
|
490 |
<div>
|
491 |
<input type="text" id="search" placeholder="Search...">
|
492 |
</div>
|
493 |
+
|
494 |
+
</div>
|
495 |
+
<div style="width: 160px;">
|
496 |
<select id="sort">
|
497 |
<option value="recent"> Sort by Recent </option>
|
498 |
<option value="name">Sort by Name</option>
|
499 |
<option value="artist">Sort by Artist</option>
|
500 |
</select>
|
501 |
</div>
|
|
|
|
|
502 |
|
503 |
<div class="downloads-list">
|
504 |
<div class="download-item">
|