Merge branch 'better-still-emoji' into shigusegubu

* better-still-emoji:
  refactored line converter, untied its logic from greentexting, better handling of broken cases
  Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
Henry Jameson 2021-06-13 15:24:38 +03:00
commit 1696810b07

View file

@ -370,7 +370,7 @@ const Status = {
// Post is above screen, match its top to screen top
window.scrollBy(0, rect.top - 100)
} else if (rect.height >= (window.innerHeight - 50)) {
// Post we wahttp://localhost:8080/users/hj/dmsnt to see is taller than screen so match its top to screen top
// Post we want to see is taller than screen so match its top to screen top
window.scrollBy(0, rect.top - 100)
} else if (rect.bottom > window.innerHeight - 50) {
// Post is below screen, match its bottom to screen bottom