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: ' | '; +}