Skip to content

Commit

Permalink
Merge pull request #1941 from lbryio/pg-patch
Browse files Browse the repository at this point in the history
Fix pagination spacing and align issues
  • Loading branch information
Sean Yesmunt committed Sep 7, 2018
2 parents 27ef62d + 2e9897a commit dc460c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Fixed
* Paragraph rendering now properly includes a margin for new paragraphs ([#1939](https://github.com/lbryio/lbry-desktop/pull/1939))
* Alignment of "navigate to page" input next to pagination on channel pages ([#1941](https://github.com/lbryio/lbry-desktop/pull/1941))


## [0.25.0] - 2018-08-29
Expand Down
8 changes: 8 additions & 0 deletions src/renderer/scss/component/_pagination.scss
Expand Up @@ -34,3 +34,11 @@
color: white;
background: var(--color-primary);
}

.pagination + .form-field {
margin: 0 $spacing-width * 2/3;

.form-field__input {
padding: 0;
}
}

0 comments on commit dc460c4

Please sign in to comment.