Alignment of text with TeX formulas in bullet point

You could see if this CSS suits you. It keeps text aligned with the list points by moving where the math is displayed when there’s an integral symbol.

.markdown-reading-view mjx-math:has(.mjx-lop) {
	vertical-align: sub;
}

Seems to work fine for displaystyle tall math too, but I’ve not checked every possibility. As a result, the equation appears slightly lower than before.

Default:

With snippet: