From 3495bf8b1d1916a6e041b15f931f79c94fc8f6f0 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sat, 12 Aug 2023 21:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=A4=A7emoji=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=88=B024px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/post.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/post.html b/templates/post.html index 90ce3c3..4d16eb5 100644 --- a/templates/post.html +++ b/templates/post.html @@ -9,6 +9,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- #postBody hr{height:2px;} #cmButton{height:48px;margin-top:48px;} #comments{margin-top:64px;} +.g-emoji{font-size:24px;} @media (max-width: 767px) {body {padding: 8px;}} {% endblock %}