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 */
.layout-single-column .status::before {
position: absolute;
background-color: var(--color-content-secondary-bg);
height: 3px;
background-color: var(--color-lines);
height: 2px;
width: calc(100% - 72px);
right: 0;
top: -2px;