From 2f984839145d4e4af685722ef3b3900cd286cde5 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Sat, 27 Aug 2016 12:19:10 +0100 Subject: [PATCH 1/2] Fix style of button --- app/scripts/content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scripts/content.js b/app/scripts/content.js index a3c8409..001dda5 100644 --- a/app/scripts/content.js +++ b/app/scripts/content.js @@ -122,7 +122,7 @@ function addButton(btnText, btnClass, btnAction, deleteBtnClass) { } function addShowFullArticleBtn() { - addButton('Show Full Article', 'showFullArticleBtn', + addButton('Show Full Article', 'showFullArticleBtn fx-button secondary full-width', fetchPageContent, 'showArticlePreviewBtn'); // Add keyboard shortcut @@ -132,7 +132,7 @@ function addShowFullArticleBtn() { } function addShowArticlePreviewBtn(showPreviewFunction) { - addButton('Show Article Preview', 'showArticlePreviewBtn', + addButton('Show Article Preview', 'showArticlePreviewBtn fx-button secondary full-width', showPreviewFunction, 'showFullArticleBtn'); // Add keyboard shortcut From 5e07f811f381cf6232091e54d93de25a30b3c1d3 Mon Sep 17 00:00:00 2001 From: Andrea Grandi Date: Sat, 27 Aug 2016 12:20:11 +0100 Subject: [PATCH 2/2] Prepare for release of v0.7.2 --- app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manifest.json b/app/manifest.json index 8f4e0e6..d6266ad 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "0.7.1", + "version": "0.7.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": {