From 3709f8923adc9452771455e21863b336df755322 Mon Sep 17 00:00:00 2001 From: drewprice Date: Wed, 1 Mar 2017 21:06:33 -0500 Subject: [PATCH 1/2] Revert "Prepare 0.66.2 release" This reverts commit 3f9c083c550a93773619c65601e95647b26d186d. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 974223e0..ab3ab3ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notifications", "main": "./lib/main", - "version": "0.66.2", + "version": "0.66.1", "description": "A tidy way to display Atom notifications.", "repository": "https://github.com/atom/notifications", "license": "MIT", From 848372795559753d0d8b39003881c00c88c389c1 Mon Sep 17 00:00:00 2001 From: drewprice Date: Wed, 1 Mar 2017 21:09:17 -0500 Subject: [PATCH 2/2] Revert "Merge pull request #145 from atom/sm-buttons" This reverts commit 6eb665c542efdf899b59507ee3f4dcaad47a7cff, reversing changes made to 3a77b17b8c7efc38cf29be5a5514ac1f13799519. --- styles/notifications.less | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/styles/notifications.less b/styles/notifications.less index 27c1d1e4..22b2dcca 100644 --- a/styles/notifications.less +++ b/styles/notifications.less @@ -204,15 +204,8 @@ atom-notification { } } - .btn-toolbar.btn-toolbar { - margin-top: 10px; - margin-bottom: -5px; - margin-left: 0; - } - - .btn-toolbar.btn-toolbar > .btn { - margin-left: 0; - margin-bottom: 5px; + .btn-toolbar { + margin-top: @component-padding; } .btn-copy-report {