aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/js/posts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/posts.js b/static/js/posts.js
index 118c362..8dd05eb 100644
--- a/static/js/posts.js
+++ b/static/js/posts.js
@@ -184,7 +184,7 @@ function quote(actorName, opid, id)
if(id == "reply") {
var h = document.getElementById(id + "-content").offsetTop - 548;
} else {
- var h = document.getElementById(id + "-content").offsetTop - 448;
+ var h = document.getElementById(id + "-content").offsetTop - 348;
}