stylesheets/style.css: swap missing dashes
This commit is contained in:
parent
45c3fdfe4f
commit
650b8a8520
|
@ -2022,12 +2022,12 @@ span.orangeQuote {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lcn-threadstats_container {
|
.lcn-threadstats-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lcn-threadstats_container > :not(:first-child):before {
|
.lcn-threadstats-container > :not(:first-child):before {
|
||||||
content: ' | ';
|
content: ' | ';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue