From 2639f92f94e6979bbca4799312fd9c0eebacc370 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 12 Mar 2023 12:03:14 +0800 Subject: [PATCH] waline-recent-emoji --- styles/globals.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 69097839..569fbfc6 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -167,6 +167,13 @@ nav { -webkit-box-orient: vertical; } +.waline-recent-content .wl-emoji { + height: 1.1rem !important; + display: inline-block !important; + line-height: 1.25rem !important; + vertical-align: text-bottom !important; +} + .vcontent .wl-emoji { display: inline-block; vertical-align: baseline;