fix: stabilize post status form input box
Added two things to stabilize the input box:
- floor the calculated new height to get rid of this bug:
- don't change height if the difference is 1px or less to get rid of this bug:
hopefully 2) also fixes the thing where people have their viewport scrolling as they type, I can't tell because I haven't encountered it.