aboutsummaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorFChannel <>2021-06-01 00:45:05 -0700
committerFChannel <>2021-06-01 00:45:05 -0700
commit60b6bdf1c021fcffff397c7b1439a1407ed90f0a (patch)
treeb176b963f45777b1878e1d178877a4e033010418 /static/js
parentb7ce42c8a9a6f458cc1537f6aeefe0b5f7ab150c (diff)
changed actor to type Group and other clean up
Diffstat (limited to 'static/js')
-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 8dd05eb..b2bfd7a 100644
--- a/static/js/posts.js
+++ b/static/js/posts.js
@@ -212,7 +212,7 @@ function report(actorName, id)
var inReplyTo = document.getElementById("report-inReplyTo-box");
var w = window.innerWidth / 2 - 200;
- var h = document.getElementById(id + "-content").offsetTop - 448;
+ var h = document.getElementById(id + "-content").offsetTop - 348;
box.setAttribute("style", "display: block; position: absolute; width: 400px; height: 480px; z-index: 9; top: " + h + "px; left: " + w + "px; padding: 5px;");