From c832610d18a164c7126806ecc61e3654670a5da7 Mon Sep 17 00:00:00 2001 From: Aaron Barnard Date: Thu, 31 Oct 2019 15:33:46 +1100 Subject: [PATCH 1/2] Change innerWidth to outerWidth --- src/views/Notify.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Notify.svelte b/src/views/Notify.svelte index c7a932d..29cf8c1 100644 --- a/src/views/Notify.svelte +++ b/src/views/Notify.svelte @@ -12,7 +12,7 @@ import { notifications, app } from "../stores"; import { formatTime } from "../utilities"; - let smallScreen: boolean = window.innerWidth < 420; + let smallScreen: boolean = window.outerWidth < 450; let positioning: string; let x: number; From 191b1af6369a95a5283303f540c14f931c34d6d6 Mon Sep 17 00:00:00 2001 From: Aaron Barnard Date: Thu, 31 Oct 2019 16:18:01 +1100 Subject: [PATCH 2/2] Change version to 0.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81ab544..237ebc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bnc-notify", - "version": "0.2.2", + "version": "0.2.3", "description": "Show web3 users realtime transaction notifications", "keywords": [ "ethereum",