From e80fa187ba0da075ebfc0b588bbba962bf18afcc Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 14 Sep 2015 11:39:42 -0700 Subject: [PATCH] Upsize svg identicons The chrome.notifications api renders iconUrls at full bleed, as opposed to the Web Notifications api, which adds padding. This was causing our identicons to look a bit over stretched. Fixed by rendering them a bit larger and with some padding. // FREEBIE --- background.html | 6 +++--- js/views/identicon_svg_view.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/background.html b/background.html index 273eb0842..84d354ad6 100644 --- a/background.html +++ b/background.html @@ -88,9 +88,9 @@