stylesheets/style.css: add lcn_threadstats style
This commit is contained in:
parent
c67fad9e6b
commit
34b72f25c5
|
@ -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: ' | ';
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue