From b82269a54e15468e01277c02e6ffbe9fe5673127 Mon Sep 17 00:00:00 2001
From: Jon <134811123+jonsmy@users.noreply.github.com>
Date: Sun, 25 Feb 2024 21:44:58 +0000
Subject: [PATCH] swap dashes in threadstat attribs
---
stylesheets/style.css | 6 +++---
templates/post_thread.html | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/stylesheets/style.css b/stylesheets/style.css
index baad2e52..f449a17c 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -2017,17 +2017,17 @@ span.orangeQuote {
}
/* LCN */
-.lcn_threadstats {
+.lcn-threadstats {
display: flex;
justify-content: space-between;
}
-.lcn_threadstats_container {
+.lcn-threadstats_container {
display: flex;
gap: 8px;
}
-.lcn_threadstats_container > :not(:first-child):before {
+.lcn-threadstats_container > :not(:first-child):before {
content: ' | ';
}
diff --git a/templates/post_thread.html b/templates/post_thread.html
index 11c057b0..4b64d43a 100644
--- a/templates/post_thread.html
+++ b/templates/post_thread.html
@@ -100,11 +100,11 @@
{% endfor %}
{% if not index %}
-