From 2653732bc3a569dc993eea6d14f4369302fbbb70 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Thu, 10 Apr 2025 19:56:17 +0800 Subject: [PATCH] UX: post notice styling (#122) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ![CleanShot 2025-04-10 at 11 14 07@2x](https://github.com/user-attachments/assets/c5c8f918-fbf4-4a39-b65d-09ddf045fe74) ⬇️ ![CleanShot 2025-04-10 at 11 13 28@2x](https://github.com/user-attachments/assets/449d824a-15e3-49fb-9acb-25cee76e8acb) --- scss/topic.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scss/topic.scss b/scss/topic.scss index d785a93..c55f814 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -61,6 +61,17 @@ @media screen and (max-width: 924px) { grid-template-columns: auto auto; } + + .post-notice { + padding: var(--spacing-block-sm); + border-radius: var(--d-border-radius); + font-size: var(--font-down-1-rem); + + .d-icon { + font-size: var(--font-up-1); + width: 1em; + } + } } .timeline-container .topic-timeline .timeline-ago {