Skip to content

Commit

Permalink
fix: generate qrcode fails when url is too long
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Feb 10, 2020
1 parent eae4359 commit 73a0d30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions assets/scss/_common/post-share.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.post-share {
font-size: 90%;
margin-top: ($fontSize * 5);
color: alpha(var(--color-contrast-medium), 0.8);
a {
Expand Down Expand Up @@ -83,7 +82,7 @@
#qrcode-img {
opacity: 0;
position: absolute;
transform: translateX(-80%) translateY(-125%);
transform: translateX(-89%) translateY(-125%);
transition: all $duration;
img {
display: none;
Expand Down

0 comments on commit 73a0d30

Please sign in to comment.