Spaces:
Running
Running
Commit
·
e4f33fe
1
Parent(s):
9dd802d
Update index.html
Browse files- index.html +8 -35
index.html
CHANGED
|
@@ -414,6 +414,13 @@ button:hover {
|
|
| 414 |
background-color: #2980b9;
|
| 415 |
}
|
| 416 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 417 |
|
| 418 |
|
| 419 |
</style>
|
|
@@ -459,42 +466,8 @@ button:hover {
|
|
| 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 |
-
<form>
|
| 467 |
-
<fieldset>
|
| 468 |
-
|
| 469 |
-
<div class="mb-3">
|
| 470 |
-
<label for="disabledTextInput" class="form-label">Disabled input</label>
|
| 471 |
-
<input type="text" id="disabledTextInput" class="form-control" placeholder="Disabled input">
|
| 472 |
-
</div>
|
| 473 |
-
<div class="mb-3">
|
| 474 |
-
<label for="disabledSelect" class="form-label">Disabled select menu</label>
|
| 475 |
-
<select id="disabledSelect" class="form-select">
|
| 476 |
-
<option>Disabled select</option>
|
| 477 |
-
</select>
|
| 478 |
-
</div>
|
| 479 |
-
<div class="mb-3">
|
| 480 |
-
<div class="form-check">
|
| 481 |
-
<input class="form-check-input" type="checkbox" id="disabledFieldsetCheck">
|
| 482 |
-
<label class="form-check-label" for="disabledFieldsetCheck">
|
| 483 |
-
Can't check this
|
| 484 |
-
</label>
|
| 485 |
-
</div>
|
| 486 |
-
</div>
|
| 487 |
-
<button type="submit" class="btn btn-primary">Submit</button>
|
| 488 |
-
</fieldset>
|
| 489 |
-
</form>
|
| 490 |
-
|
| 491 |
-
</div>
|
| 492 |
<div>
|
| 493 |
-
|
| 494 |
-
<option value="recent"> Sort by Recent </option>
|
| 495 |
-
<option value="name">Sort by Name</option>
|
| 496 |
-
<option value="artist">Sort by Artist</option>
|
| 497 |
-
</select>
|
| 498 |
</div>
|
| 499 |
|
| 500 |
<div class="downloads-list">
|
|
|
|
| 414 |
background-color: #2980b9;
|
| 415 |
}
|
| 416 |
|
| 417 |
+
.search-input {
|
| 418 |
+
width: 250px; /* Set the desired fixed width */
|
| 419 |
+
padding: 10px;
|
| 420 |
+
font-size: 16px;
|
| 421 |
+
border-radius: 5px;
|
| 422 |
+
border: 1px solid #ccc;
|
| 423 |
+
}
|
| 424 |
|
| 425 |
|
| 426 |
</style>
|
|
|
|
| 466 |
</div>
|
| 467 |
<div class="offcanvas-body">
|
| 468 |
<div class="downloads">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 469 |
<div>
|
| 470 |
+
<input type="text" id="search" placeholder="Search..." class="search-input">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 471 |
</div>
|
| 472 |
|
| 473 |
<div class="downloads-list">
|