From 29048441cf7db3fed044f3b6346359f87f479b5c Mon Sep 17 00:00:00 2001 From: Jordan Vidrine Date: Mon, 30 Jun 2025 10:19:21 -0500 Subject: [PATCH] fix-pms --- common/common.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 5f5999a..847d6c3 100644 --- a/common/common.scss +++ b/common/common.scss @@ -329,7 +329,15 @@ aside.onebox { .topic-body .cooked { border-radius: 0; border-color: transparent; - margin-left: -2em; + } + + .regular.contents { + border: none; + } + + .current-user-post .regular.contents { + background: none; + border: none; } .current-user-post:not(.moderator) .topic-body .cooked {