Skip to content

Commit

Permalink
Move close button of the qr code window more to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Fullarton committed Oct 20, 2016
1 parent 833fbbc commit 8e4b8c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const clickEvents = {
top: $('.navbar-fixed-top').outerHeight(),
left: $(window).outerWidth() / 2 - qrCodeSize() / 2
});
$('.qr-code-container-close').css("left", qrCodeSize() - 60);
$('.qr-code-container-close').css("left", qrCodeSize() - 45);
qrCodeContainer.show();
};
const windowResizeHandler = function () {
Expand Down

0 comments on commit 8e4b8c8

Please sign in to comment.