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:
rheabhutada02
2022-11-21 17:03:10 -08:00
parent b5e5a88163
commit 0912ea7956
8 changed files with 21 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -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);

View File

@@ -167,7 +167,7 @@ function setupUpdate(){
tagContainer.removeChild(tags[i]);
}
newData["revietawID"] = currID;
newData["reviewID"] = currID;
updateReviewToStorage(currID, newData);