From b4f7d00ad9d13f96323366ded2eb7702e37f6e52 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sat, 19 Jun 2021 19:04:43 -0700 Subject: admin can mark objects as senstive --- static/js/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/posts.js') diff --git a/static/js/posts.js b/static/js/posts.js index e46fed3..06aab77 100644 --- a/static/js/posts.js +++ b/static/js/posts.js @@ -224,7 +224,7 @@ function quote(actorName, opid, id) } - box.setAttribute("style", "display: block; position: absolute; width: 400px; height: 550px; z-index: 9; top: " + h + "px; left: " + w + "px; padding: 5px;"); + box.setAttribute("style", "display: block; position: absolute; width: 400px; height: 600px; z-index: 9; top: " + h + "px; left: " + w + "px; padding: 5px;"); if (inReplyTo.value != opid) -- cgit v1.2.3