mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
10 lines
195 B
Stylus
10 lines
195 B
Stylus
if (hexo-config('math.mathjax.enable')) {
|
|
mjx-container[jax="CHTML"][display="true"], .has-jax {
|
|
overflow: auto hidden;
|
|
}
|
|
|
|
mjx-container[display="true"] + br {
|
|
display: none;
|
|
}
|
|
}
|