From cdd1e6cbd66591030174063985d2cc96321c28c9 Mon Sep 17 00:00:00 2001 From: glossimute Date: Mon, 19 May 2025 14:12:36 +0900 Subject: [PATCH] Update post.html --- templates/post.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/post.html b/templates/post.html index 6557c38..39c34e6 100644 --- a/templates/post.html +++ b/templates/post.html @@ -39,6 +39,16 @@ font-size: 14px; cursor: pointer; } +#button.btn.circle { + border: none; + border-radius: 50%; + padding: 14px 16px; + background: none; + display: flex; + align-items: center; + justify-content: center; +} + @media (max-width: 600px) { body {padding: 8px;}