style.css: add 1 space between backlinks. Fix #196

This commit is contained in:
Zankaria 2024-09-04 14:51:12 +02:00
parent a20266f222
commit 8957bc6151

View file

@ -1226,6 +1226,10 @@ pre {
word-wrap: break-word;
}
.mentioned > a {
margin-right: 1ch;
}
.poster_id {
cursor: pointer;
white-space:nowrap;