From f786eae910bd9a7b09203c795d7b677cab63a6ca Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 24 Mar 2025 15:22:25 -0400 Subject: [PATCH] UX: set border radius on PMs (#74) --- scss/topic.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/topic.scss b/scss/topic.scss index ae15e41..9f754d0 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -101,3 +101,7 @@ nav.post-controls .actions button { font-size: var(--font-0); } + +.archetype-private_message { + --pm-border-radius: var(--d-border-radius); +}