Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vertical alignment of chapter navigation arrows #1647

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raviqqe
Copy link

@raviqqe raviqqe commented Sep 8, 2021

Description

This PR fixes vertical alignment of chapter navigation arrows.

Before:

Screenshot 2021-09-07 19 11 51

After:

Screenshot 2021-09-07 19 11 39

text-decoration: none;
width: 90px;
height: 55px;
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This height is based on the rendering result on the Chrome browser without these changes. We need to add it because CSS grids seem to ignore line-height which were previously respected.

@raviqqe raviqqe changed the title Fix vertical alignment of chapter navigation Fix vertical alignment of chapter navigation arrows Sep 8, 2021
@ehuss ehuss added the A-Style Area: Style (CSS, etc.) label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Style Area: Style (CSS, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants