From baba71946859ea8e8d059f1ba4145297097c6dc9 Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 27 Jun 2016 16:28:07 -0700 Subject: [PATCH] notif - change size for better readability --- app/scripts/lib/notifications.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/scripts/lib/notifications.js b/app/scripts/lib/notifications.js index a5746ae6e..2a058db75 100644 --- a/app/scripts/lib/notifications.js +++ b/app/scripts/lib/notifications.js @@ -154,8 +154,8 @@ function renderNotificationSVG(content, cb){ var container = document.createElement('div') var confirmView = h('div.app-primary', { style: { - width: '450px', - height: '300px', + width: '360px', + height: '240px', padding: '16px', // background: '#F7F7F7', background: 'white', @@ -177,7 +177,7 @@ function renderNotificationSVG(content, cb){ function svgWrapper(content){ var wrapperSource = ` - + {{content}}