Fixed bug when using latex in title and description (#1361)
Fixes #1252. Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
parent
39d1f5e522
commit
e8c5450790
|
|
@ -414,6 +414,12 @@ footer.sticky-bottom {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-title {
|
||||||
|
mjx-container[jax="CHTML"][display="true"] {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.post-list {
|
.post-list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
|
@ -446,6 +452,10 @@ footer.sticky-bottom {
|
||||||
color: var(--global-theme-color);
|
color: var(--global-theme-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mjx-container[jax="CHTML"][display="true"] {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue