Increase line distance/height in "add a card" mode

Hey!
Is there a way to increase the line height in add a card mode?
I know you can change heigt, size, etc. for the study mode but I can’t find an addon to change how the editor displays my cards. I do most of my university readings in the “add a card” mode since I copy all my stuff in there and create cloze cards out of it but it hurts my eyes. I only found out how to change font and size but the line distance/heigt is my main problem…

You can use my add-on CSS Injector - Change default editor styles - AnkiWeb for that.

Navigate to the add-on folder into user_files and add the following CSS rule to field.css:

anki-editable {
  line-height: 2;
}

2 is a unitless value, which is recommended for line-height. Tweak the value until it fits your taste, save the file and restart the editor to see the changes.

2 Likes

Thank you so much! This is exactly what I needed