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 %} -
-
- Unique IPs: {{ iparray|length }} +
+
+ Unique IPs: {{ iparray|length }}
-
+
{% endif %} {% if hr %}
{% endif %}