new_posts_ajax_stuff #1

Merged
0 merged 27 commits from new_posts_ajax_stuff into deploy_spamnoticer 2024-02-26 20:13:30 +00:00
1 changed files with 15 additions and 0 deletions
Showing only changes of commit 34b72f25c5 - Show all commits

View File

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