stylesheets/style.css: swap missing dashes

This commit is contained in:
Jon 2024-02-25 22:07:48 +00:00
parent 45c3fdfe4f
commit 650b8a8520
No known key found for this signature in database
GPG Key ID: 0175F5C9B8E9F984
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: ' | ';
} }