Also use pseudo-element for threaded replies borders

This commit is contained in:
Niléane 2023-07-12 12:00:21 +02:00
parent 254e400111
commit 7eb6e4f877
No known key found for this signature in database

View file

@ -632,8 +632,8 @@ body.layout-single-column {
/* Using ::before to set a non-full-width border between posts */ /* Using ::before to set a non-full-width border between posts */
.layout-single-column .status::before { .layout-single-column .status::before {
position: absolute; position: absolute;
background-color: var(--color-content-secondary-bg); background-color: var(--color-lines);
height: 3px; height: 2px;
width: calc(100% - 72px); width: calc(100% - 72px);
right: 0; right: 0;
top: -2px; top: -2px;