mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-30 19:46:49 +00:00 
			
		
		
		
	Move filter bar inline with search
This commit is contained in:
		| @@ -32,20 +32,19 @@ | |||||||
| 		<div class="body-container"> | 		<div class="body-container"> | ||||||
| 			<div style="width: 20%;"></div> | 			<div style="width: 20%;"></div> | ||||||
| 			<div style="width: 60%;"> | 			<div style="width: 60%;"> | ||||||
| 				<div class="search-bar"> |  | ||||||
| 					<form id="form"> |  | ||||||
| 						<input type="search" id="search-bar" name="searchBar" placeholder="Search tags..."> |  | ||||||
| 						<button id="clear-search">Clear Search</button> |  | ||||||
| 					</form> |  | ||||||
| 					<img src="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn" /> |  | ||||||
| 				</div> |  | ||||||
|  |  | ||||||
| 				<div class="filter-bar"> | 				<div class="search-bar"> | ||||||
|  |  | ||||||
|  | 					<form id="form"> | ||||||
| 						<label for="sort">Filtering Method:</label> | 						<label for="sort">Filtering Method:</label> | ||||||
| 						<select id="sort"> | 						<select id="sort"> | ||||||
| 							<option value="recent">Most Recent</option> | 							<option value="recent">Most Recent</option> | ||||||
| 							<option value="top">Top Rated</option> | 							<option value="top">Top Rated</option> | ||||||
| 						</select> | 						</select> | ||||||
|  | 						<input type="search" id="search-bar" name="searchBar" placeholder="Search tags..."> | ||||||
|  | 						<button id="clear-search">Clear Search</button> | ||||||
|  | 					</form> | ||||||
|  | 					<img src="./assets/images/search_button.png" alt="SEARCH BTN" id="search-btn" /> | ||||||
| 				</div> | 				</div> | ||||||
|  |  | ||||||
| 				<div class="center-display"> | 				<div class="center-display"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user