Skip to content

Commit

Permalink
Merge pull request #126 from poap-xyz/release/1.6.16
Browse files Browse the repository at this point in the history
Release 1.6.16
  • Loading branch information
jm42 authored Jan 6, 2024
2 parents fe7bb66 + 82c64c0 commit c697dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.6.15",
"version": "1.6.16",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down
6 changes: 3 additions & 3 deletions src/styles/loading.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.loading {
position: relative;
display: inline-block;
}

Expand All @@ -14,7 +13,8 @@
}

.loading.big .loading-inner {
margin: 2rem;
padding: 2rem;
position: relative;
}

.loading .progress, .loading .count {
Expand Down Expand Up @@ -45,7 +45,7 @@
position: absolute;
left: 0;
right: 0;
bottom: -50%;
bottom: -12px;
}

.loading .details .eta, .loading .details .rate {
Expand Down

0 comments on commit c697dfb

Please sign in to comment.