Fixup pager vertical position #297
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



The position variation comes from a rounding error introduced deep down in .pager-nav-symbol:top 0.07em (which is 1.68 iirc px).
The line-height fix is not doing anything as we don't have a different font-size here. If we fix the 0.07em to 2px (or any other stable px value) we have a stable position, or a stable, easy way to align the icons vertically (which is difficult as we know because of their thin and loose bottom end). top: -15 instead of top -16 decreases the gap to the card so that the h2 on the left side and the pagination on the right side have the same gap, which is or is not desirable. However the light and smaller right size tends to fly quicker (looses the connection) than the bold and heavy h2. (That's why, in the old WS/layout, the right side was usually 1px nearer to the card than the left side. Slightly falling.)
After
