From 7eb6e4f877297e5c35ae0412a587591a04851cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 12 Jul 2023 12:00:21 +0200 Subject: [PATCH] Also use pseudo-element for threaded replies borders --- TangerineUI-single-column.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TangerineUI-single-column.css b/TangerineUI-single-column.css index a90b13b..a167787 100644 --- a/TangerineUI-single-column.css +++ b/TangerineUI-single-column.css @@ -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;