Skip to content

Commit

Permalink
Merge pull request #8 from internetarchive/webcomponent
Browse files Browse the repository at this point in the history
Remove center alignment of tables and thumbs
  • Loading branch information
ibnesayeed authored Jun 18, 2022
2 parents b3186d7 + 8d9c374 commit 358bbda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions webcomponent/cdxsummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ ${this.sampleCapturesList()}
border-collapse: collapse;
display: block;
max-width: fit-content;
margin: 0 auto;
overflow-x: auto;
white-space: nowrap;
}
Expand Down Expand Up @@ -342,9 +341,6 @@ ${this.sampleCapturesList()}
details.samples:not([open]) summary::after {
content: attr(data-close);
}
.sample-thumbs {
text-align: center;
}
.thumb-container {
width: 294px;
height: 186px;
Expand Down
2 changes: 1 addition & 1 deletion webcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internetarchive/cdxsummary",
"version": "0.2.1",
"version": "0.2.2",
"description": "A Web Component to render CDX Summary JSON files",
"main": "cdxsummary.js",
"module": "cdxsummary.js",
Expand Down

0 comments on commit 358bbda

Please sign in to comment.