Merge pull request #1420 from miikkatu/price-badge-improvements

Price badge improvements
This commit is contained in:
Sean Yesmunt 2018-05-08 00:56:35 -04:00 committed by GitHub
commit f7bad54b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -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)

View file

@ -252,10 +252,10 @@ p {
}
.credit-amount {
padding: 5px;
border-radius: 5px;
font-family: 'metropolis-bold';
font-size: 8px;
font-size: 10px;
padding: 5px;
}
.credit-amount--large {