From f20b2615f224465333f962441956c510630614dc Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 2 Sep 2024 23:21:34 +0200 Subject: [PATCH] show-backlinks.js: add space between backlinks --- js/show-backlinks.js | 2 +- stylesheets/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/show-backlinks.js b/js/show-backlinks.js index 5924124e..46723d8a 100644 --- a/js/show-backlinks.js +++ b/js/show-backlinks.js @@ -39,7 +39,7 @@ $(document).ready(function() { } let link = $('>>' + replyId + ''); + + replyId + '">>>' + replyId + ' '); link.appendTo(mentioned); if (window.init_hover) { diff --git a/stylesheets/style.css b/stylesheets/style.css index 165aec90..f5c893a5 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1224,6 +1224,7 @@ pre { .mentioned { word-wrap: break-word; + white-space: pre-wrap; } .poster_id {