mirror of
				https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
				synced 2025-10-31 03:46:50 +00:00 
			
		
		
		
	fixed logo and tags
Co-authored-by: Kara Hoagland <KH-Cl@users.noreply.github.com> Co-authored-by: Arthur Lu <learthurgo@gmail.com> Co-authored-by: d7hernan <d7hernan@users.noreply.github.com>
This commit is contained in:
		| @@ -83,11 +83,12 @@ class ReviewCard extends HTMLElement { | ||||
| 	  } | ||||
|  | ||||
| 	  .tag-container { | ||||
| 		margin-top: 20px; | ||||
| 		display: flex; | ||||
| 		flex-flow: row wrap; | ||||
| 	} | ||||
| 	  } | ||||
| 	   | ||||
| 	.a-tag { | ||||
| 	  .a-tag { | ||||
| 		background-color:#94da97; | ||||
| 		border-radius: 7px; | ||||
| 		color: #94da97; | ||||
| @@ -95,7 +96,7 @@ class ReviewCard extends HTMLElement { | ||||
| 		padding-left: 7px; | ||||
| 		margin: 3px; | ||||
| 		font-weight: bold; | ||||
| 	} | ||||
| 	  } | ||||
|     `; | ||||
| 		articleEl.append(styleEl); | ||||
| 		shadowEl.append(articleEl); | ||||
|   | ||||
| @@ -167,7 +167,7 @@ function setupUpdate(){ | ||||
| 				tagContainer.removeChild(tags[i]); | ||||
| 			} | ||||
|  | ||||
| 			newData["revietawID"] = currID; | ||||
| 			newData["reviewID"] = currID; | ||||
|  | ||||
| 			updateReviewToStorage(currID, newData); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user