shreevatsa / ambuda

Fork of https://github.com/sanskrit/ambuda: A Sanskrit reader
https://ambuda.org
MIT License
1 stars 0 forks source link

Don't allocate empty space to first and last lines #56

Closed shreevatsa closed 1 year ago

shreevatsa commented 1 year ago

Should be a quick fix but writing down instead of pursuing it: right now I allocate the empty space at the top of the page to the first line, and the empty space at bottom of page to the last line. They should be split, just be new separate lines.

First line:

image

Last line:

image
shreevatsa commented 1 year ago

Done in 0c95a24ec32842bdaa59a064405076615ace3bc7.

image

…and…

image