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

Augmente légèrement la taille des équations entre les paragraphes (#5477) #6435

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

victorlohezic
Copy link
Contributor

Dans le fichier assets/scss/base/_content.scss à la ligne 582, j'ai ajouté ce code :

.math-display {
    font-size: $font-size-9;
}
Fix #5477

Contrôle qualité

Exécuter :

make zmd-start
make run

Ensuite ajouter un article et mettre le contenu suivant :

Lorem ipsum
$$\tag{hi} x+y^{2x}$$
Lorem ipsum

Puis, on peut vérifier en inspectant l'élément sur l'article que la taille de la police est 1.6em.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.294% when pulling 7389021 on victorlohezic:katex into a40bc42 on zestedesavoir:dev.

@thibautlanier
Copy link
Contributor

Ça me semble bon. Les équations entre paragaphes sont agrandies à la bonne taille.

Copy link
Member

@Situphen Situphen left a comment

Choose a reason for hiding this comment

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

Parfait, je fusionne !

@Situphen Situphen merged commit 5f6bcab into zestedesavoir:dev Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Augmenter légèrement la taille des équations de maths ?
4 participants