TEParsons / torillic

A D&D inspired theme for styling TTRPG notes and resources
Creative Commons Zero v1.0 Universal
96 stars 91 forks source link

When typing the cursor and entered text gets centered on the page. #9

Closed THERockyH closed 2 years ago

THERockyH commented 2 years ago

Hey, I love the theme and plan on using it for some RPG stuff I'm writing. However, When typing the cursor and entered text gets centered on the page, and then once you click out of the area, the text is left-aligned like you'd expect. While the text ends up ok in basic paragraphs, it makes it hard to edit and see where things are going. You can see the starting line is inserted in the center of the page. image

Once you select somewhere else, it snaps to left-justified image

TEParsons commented 2 years ago

Unfortunately, I think this behaviour is just how CSS handles columns - when you've got barely any content, it will start off in the second column. If anyone who knows more about CSS than I do knows a way around it, please feel free to reopen this issue & then put in a pull request to fix it!