stylesheets/style.css: swap missing dashes

This commit is contained in:
Jon 2024-02-25 22:07:48 +00:00 committed by 0
parent 0d8ad0a786
commit ee4a95ee57
1 changed files with 2 additions and 2 deletions

View File

@ -2022,12 +2022,12 @@ span.orangeQuote {
justify-content: space-between; justify-content: space-between;
} }
.lcn-threadstats_container { .lcn-threadstats-container {
display: flex; display: flex;
gap: 8px; gap: 8px;
} }
.lcn-threadstats_container > :not(:first-child):before { .lcn-threadstats-container > :not(:first-child):before {
content: ' | '; content: ' | ';
} }