glutanimate / mini-format-pack

Extends Anki 2.1 with a number of additional text formatting buttons
https://ankiweb.net/shared/info/295889520
Other
49 stars 13 forks source link

Numbered lists & bullet points are off-centre from other text #7

Closed Krakyn closed 5 years ago

Krakyn commented 5 years ago

Hey! I made an account just to report this and hopefully get it fixed. Thanks for your efforts!

See screenshot attached.

Text in the numbered lists is off-centre with other text. It would be nice to have this aligned.

image

glutanimate commented 5 years ago

Hey Krakyn,

Thanks for the detailed report!

Please see my answer here: https://www.reddit.com/r/Anki/comments/cs04ev/_/exbe0eo

Krakyn commented 5 years ago

Wow you are an absolute legend - thank you for replying so quickly! Looking forward to seeing more of your anki work in the future (particularly better tags for 2.1)

Krakyn commented 5 years ago

For future reference (to anyone who might read this), inserting the following into my note type format fixed the issue and centered the list text:

ul { display:table; margin:0 auto; } li { margin-right: 40px; }

Fiddle with the 40px value until its centered for you.