How to left align all Maths blocks (globally)?

Hello!
By default, Maths equation blocks are displayed centred.
I'd prefer that they are displayed on the left, i.e left aligned.
I'd like to apply this globally (i.e without having to type something in each Maths blocks to tell Joplin to display it on the left).

Is it possible?
Thanks a lot in advance!

version: Joplin 2.7.10 (prod Linux)

Try adding this to your custom css

.katex-display > .katex {
    text-align: left;
}

For future referennce, if you go to Help > Toggle Development Tools and find the button below in the top left, you can select any element and see what the css on it is, helping you customise literally everything!
Capture22

For more info on customisation look here

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.