From 989e2c43dc4afa57401b2ee4f3267bf16c2bac5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sun, 9 Oct 2022 21:53:03 +0800 Subject: [PATCH] :lipstick: Try to add reaction image with pixes in mobile driver. --- .../_common/components/third-party/waline.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/assets/css/_common/components/third-party/waline.scss b/assets/css/_common/components/third-party/waline.scss index dc2b87c..9d459f9 100644 --- a/assets/css/_common/components/third-party/waline.scss +++ b/assets/css/_common/components/third-party/waline.scss @@ -2,4 +2,20 @@ .wl-actions>button:nth-child(3) { display: none } + + .wl-reaction-img { + @include mobile() { + width: 24px; + height: 24px; + } + } + + .wl-reaction-votes { + @include mobile() { + padding: 0.85px; + font-weight: 500; + font-size: .65em; + line-height: .85; + } + } } \ No newline at end of file