stylesheets/style.css: add lcn_threadstats style

This commit is contained in:
Jon 2024-02-24 22:17:55 +00:00 committed by 0
parent 9c695a267e
commit eddb64a3d5
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: ' | ';
}