Add vertical spacing for mathboxes
This commit is contained in:
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
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue