johnjohntheleprechaun / oceanic

https://oceanic.leprechaun.dev/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Input field doesn't resize on line overflow wrap #7

Closed johnjohntheleprechaun closed 1 year ago

johnjohntheleprechaun commented 1 year ago

Need to calculate the width or smth. Maybe check if it's scrolling after every letter? I'll figure it out later

johnjohntheleprechaun commented 1 year ago

Ok so this is actually a pain. There's no simple way to get the line height as far as I can tell. You have to get the font size height and add some crap to it or something... I don't really understand it tbh. I'll deal with it later.

johnjohntheleprechaun commented 1 year ago

Fixed on branch journal-types. it's a lil janky but it works