fix(style): improve MathJax and KaTeX (#707)
parent
83b8aca81d
commit
4e5d90bae4
|
@ -80,3 +80,32 @@
|
||||||
* --------------------------------- */
|
* --------------------------------- */
|
||||||
.fa, .fab, .fal, .far, .fas
|
.fa, .fab, .fal, .far, .fas
|
||||||
line-height: inherit
|
line-height: inherit
|
||||||
|
|
||||||
|
/* ---------------------------------
|
||||||
|
* MathJax and KaTeX
|
||||||
|
* --------------------------------- */
|
||||||
|
.MathJax, .katex-display
|
||||||
|
overflow-x: auto
|
||||||
|
overflow-y: hidden
|
||||||
|
|
||||||
|
.katex
|
||||||
|
white-space: nowrap
|
||||||
|
|
||||||
|
.katex-display
|
||||||
|
margin-top: -1em !important
|
||||||
|
|
||||||
|
.katex-html
|
||||||
|
padding-top: 1em
|
||||||
|
.tag
|
||||||
|
align-items: unset
|
||||||
|
background-color: unset
|
||||||
|
border-radius: unset
|
||||||
|
color: unset
|
||||||
|
display: unset
|
||||||
|
font-size: unset
|
||||||
|
height: unset
|
||||||
|
justify-content: unset
|
||||||
|
line-height: unset
|
||||||
|
padding-left: unset
|
||||||
|
padding-right: unset
|
||||||
|
white-space: unset
|
Loading…
Reference in New Issue