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

refactor: make better typography #32

Merged
merged 2 commits into from
May 17, 2020
Merged

refactor: make better typography #32

merged 2 commits into from
May 17, 2020

Conversation

lex111
Copy link
Contributor

@lex111 lex111 commented Apr 27, 2020

This should complete the proposed changes listed in facebook/docusaurus#2598 (see facebook/docusaurus#2598 (comment))

@lex111 lex111 requested a review from yangshun April 27, 2020 08:44
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 27, 2020
@lex111 lex111 force-pushed the master branch 2 times, most recently from efd54a7 to 4608edc Compare May 9, 2020 18:06
@lex111 lex111 changed the title refactor(v2): make better typography refactor: make better typography May 17, 2020
@lex111
Copy link
Contributor Author

lex111 commented May 17, 2020

cc @yangshun

@yangshun
Copy link
Contributor

No worries I'll clear all Infima PRs by next Docusaurus release. I'm patching and trying out to see if the list margin is really needed.

@@ -1,6 +1,6 @@
:root {
--ifm-list-left-padding: 2rem;
--ifm-list-margin: 1rem;
--ifm-list-margin: var(--ifm-leading);
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm reverting this. In markdown.css there's .markdown ul which adds a bottom margin of --ifm-leading already, this doesn't do anything.

Copy link
Contributor

@yangshun yangshun left a comment

Choose a reason for hiding this comment

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

Nice!

@yangshun yangshun merged commit dfb1da4 into master May 17, 2020
@yangshun yangshun deleted the lex111/typography branch May 17, 2020 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants