logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: e825021ef1ae7a672b275227a6a1ff44d5f522bc
parent 9c70f3e4df2e28863b51156fdbd25e253a3a1b98
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sat, 12 Jun 2021 18:55:18 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Msrc/components/status/status.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.js b/src/components/status/status.js @@ -352,7 +352,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