From 8957bc6151045755064c841b21cde5c89de7b1bb Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 4 Sep 2024 14:51:12 +0200 Subject: [PATCH] style.css: add 1 space between backlinks. Fix #196 --- stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 165aec90..d4d4dbf0 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1226,6 +1226,10 @@ pre { word-wrap: break-word; } +.mentioned > a { + margin-right: 1ch; +} + .poster_id { cursor: pointer; white-space:nowrap;