Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed Sep 11, 2019
1 parent 4eda4c2 commit 45f0494
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// 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'
// let ADDON_BOTTOM = true</script><link href=/js/app.e14c4f20.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.e14c4f20.js></script></body></html>
// let ADDON_BOTTOM = true</script><link href=/js/app.19dff386.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.19dff386.js></script></body></html>
6 changes: 3 additions & 3 deletions dist/js/addon.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.19dff386.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/js/app.e14c4f20.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions src/ShortNIM_addon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
:resizable="false"
:draggable="!mobile && !bottom"
axis="y"
y="10"
:y="10"
>
<div class="addon expanded" :style="bottom ? `bottom: ${-y || 10}px` : `top: ${y || 10}px`">
<div class="notification">
<ShortLogo class="shortnim-logo" @click="toggle"/>
<ShortnimInfo :mobile="mobile"/>
<ShortnimInfo :mobile="mobile" :bottom="mobile" />
</div>
<div @click="toggle" class="container close-btn">
<NimClose class="nq-icon"/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ShortnimInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script>
export default {
name: "ShortnimInfo",
props: ["mobile"],
props: ["mobile", "bottom"],
data() {
return {
info: "",
Expand Down

0 comments on commit 45f0494

Please sign in to comment.