mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-09-13 06:40:20 +00:00
10 lines
151 B
Stylus
10 lines
151 B
Stylus
if (hexo-config('math.mathjax.enable')) {
|
|
.has-jax {
|
|
overflow: auto hidden;
|
|
}
|
|
|
|
mjx-container[display='true'] + br {
|
|
display: none;
|
|
}
|
|
}
|