Skip to content

Commit

Permalink
Size adjust on default closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed May 2, 2019
1 parent 52b68e2 commit 44778e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>nimiq-miner</title><script>// let NIMIQ_ADDRESS = 'NQ87 UY1R XQHF E3A2 YP14 TPE6 XAGV 7373 HCJ6';
// let NIMIQ_POOL_HOST = 'pool.nimiq.watch';
// let NIMIQ_POOL_PORT = 8443;
// let ADDON_INFO = '<a href="http://shortnim.me/" target="_blank" class="nq-link">This</a> is a custom info text where you can also use <a> tags and styling'</script><link href=/js/app.ee37dccc.js rel=preload as=script></head><body><noscript><strong>We're sorry but webminer-addon doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=webminer-addon></div><script src=/js/app.ee37dccc.js></script></body></html>
// let ADDON_INFO = '<a href="http://shortnim.me/" target="_blank" class="nq-link">This</a> is a custom info text where you can also use <a> tags and styling'</script><link href=/js/app.9fe8a6f4.js rel=preload as=script></head><body><noscript><strong>We're sorry but webminer-addon doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=webminer-addon></div><script src=/js/app.9fe8a6f4.js></script></body></html>
4 changes: 2 additions & 2 deletions dist/js/addon.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ShortNIM_addon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default {
} else {
addon.style.right = "-5px";
}
shortnimLogo.style.transform = "scale(.8)";
shortnimLogo.style.transform = "scale(.65)";
addon.style.transform = "scale(.6)";
} else {
this.is_closed = false;
Expand Down

0 comments on commit 44778e1

Please sign in to comment.