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