JAYASWAROOP commited on
Commit
c427c8d
1 Parent(s): 864ad14

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -454,19 +454,19 @@ button:hover {
454
 
455
  <div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
456
  <div class="offcanvas-header">
457
- <h5 class="offcanvas-title" id="offcanvasExampleLabel">Downloads</h5>
458
  <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
459
  </div>
460
  <div class="offcanvas-body">
461
  <div class="downloads">
462
- <div class="downloads-options">
463
  <div style="width: 250px;">
464
  <input type="text" id="search" placeholder="Search..." class="form-control">
465
  </div>
466
 
467
  </div>
468
- <div style="width: 160px;">
469
- <select id="sort">
470
  <option value="recent"> Sort by Recent </option>
471
  <option value="name">Sort by Name</option>
472
  <option value="artist">Sort by Artist</option>
 
454
 
455
  <div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvasExample" aria-labelledby="offcanvasExampleLabel">
456
  <div class="offcanvas-header">
457
+ <h4 class="offcanvas-title" id="offcanvasExampleLabel">Downloads</h4>
458
  <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
459
  </div>
460
  <div class="offcanvas-body">
461
  <div class="downloads">
462
+ <div class="downloads-options">
463
  <div style="width: 250px;">
464
  <input type="text" id="search" placeholder="Search..." class="form-control">
465
  </div>
466
 
467
  </div>
468
+ <div>
469
+ <select id="sort" style="width: 160px;">
470
  <option value="recent"> Sort by Recent </option>
471
  <option value="name">Sort by Name</option>
472
  <option value="artist">Sort by Artist</option>