From dcfa5742e1d047ec7600462ccd5859d0d7a941c0 Mon Sep 17 00:00:00 2001 From: miikkatu Date: Tue, 1 May 2018 21:14:49 +0300 Subject: [PATCH 1/2] Price badge improvements --- CHANGELOG.md | 2 ++ src/renderer/scss/_gui.scss | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8c212bd..e1f81296d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed * Add flair to snackbar ([#1313](https://github.com/lbryio/lbry-app/pull/1313)) + * Made font in price badge larger ([#1420](https://github.com/lbryio/lbry-app/pull/1420)) ### Fixed * Black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235)) @@ -26,6 +27,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Fix download percentage indicator overlay ([#1271](https://github.com/lbryio/lbry-app/issues/1271)) * Fix alternate row shading for transactions on dark theme ([#1355](https://github.com/lbryio/lbry-app/issues/#1355)) * Fix Description box on Publish (dark theme) ([#1356](https://github.com/lbryio/lbry-app/issues/#1356)) + * Fix price wrapping in price badge ([#1420](https://github.com/lbryio/lbry-app/pull/1420)) * Fix spacing in search suggestions ([#1422])(https://github.com/lbryio/lbry-app/pull/1422)) * Fix text/HTML files don't display correctly in-app anymore ([#1379])(https://github.com/lbryio/lbry-app/issues/1379) diff --git a/src/renderer/scss/_gui.scss b/src/renderer/scss/_gui.scss index 10793ccf7..b89ace9fe 100644 --- a/src/renderer/scss/_gui.scss +++ b/src/renderer/scss/_gui.scss @@ -252,10 +252,11 @@ p { } .credit-amount { - padding: 5px; border-radius: 5px; font-family: 'metropolis-bold'; - font-size: 8px; + font-size: 10px; + padding: 6px 5px 4px 5px; + white-space: nowrap; } .credit-amount--large { From 4191eac13832533321997c241c035307e8579358 Mon Sep 17 00:00:00 2001 From: miikkatu Date: Sat, 5 May 2018 09:46:15 +0300 Subject: [PATCH 2/2] Changes per review --- src/renderer/scss/_gui.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/renderer/scss/_gui.scss b/src/renderer/scss/_gui.scss index b89ace9fe..9904a94f9 100644 --- a/src/renderer/scss/_gui.scss +++ b/src/renderer/scss/_gui.scss @@ -255,8 +255,7 @@ p { border-radius: 5px; font-family: 'metropolis-bold'; font-size: 10px; - padding: 6px 5px 4px 5px; - white-space: nowrap; + padding: 5px; } .credit-amount--large {