From eddb64a3d58ec5767344aff5d6d2ac6baae6c244 Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:17:55 +0000 Subject: [PATCH] stylesheets/style.css: add lcn_threadstats style --- stylesheets/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 1556231c..926a85bb 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -2015,3 +2015,18 @@ span.orangeQuote { .options_general_tab--select_opt select { float: none; } + +/* LCN */ +.lcn_threadstats { + display: flex; + justify-content: space-between; +} + +.lcn_threadstats_container { + display: flex; + gap: 8px; +} + +.lcn_threadstats_container > :not(:first-child):before { + content: ' | '; +}