Price badge improvements

This commit is contained in:
miikkatu 2018-05-01 21:14:49 +03:00
parent 4e4243497a
commit dcfa5742e1
2 changed files with 5 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,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 {