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