stylesheets/style.css: add lcn_threadstats style

This commit is contained in:
Jon 2024-02-24 22:17:55 +00:00
parent c67fad9e6b
commit 34b72f25c5
No known key found for this signature in database
GPG Key ID: 0175F5C9B8E9F984
1 changed files with 15 additions and 0 deletions

View File

@ -2015,3 +2015,18 @@ span.orangeQuote {
.options_general_tab--select_opt select { .options_general_tab--select_opt select {
float: none; 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: ' | ';
}