From ee4a95ee57461a52e94a8f05c4a276ae539b10ae Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:07:48 +0000 Subject: [PATCH] stylesheets/style.css: swap missing dashes --- stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index cb9972b4..ef47d00f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2022,12 +2022,12 @@ span.orangeQuote { 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: ' | '; }