Add vertical spacing for mathboxes

This commit is contained in:
Badri Sunderarajan 2021-11-15 13:16:03 +05:30
parent 1d7dc0ad38
commit 2a0a0af8e1
3 changed files with 10 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -209,6 +209,14 @@ html.dark-mode .tile-menu .tile {
width: 100%;
}
/* vertical spacing */
.mathful .math-positive > * + *,
.mathful .math-negative > * + * {
margin-top: 4vmin;
margin-bottom: 0;
}
.mathful .math-toggle {
height: 2em;
width: 100%;