From c668dce348d0c68569b3f307107aa372da9115f6 Mon Sep 17 00:00:00 2001 From: hypercross Date: Fri, 13 Mar 2026 15:21:04 +0800 Subject: [PATCH] refactor: larger icons --- src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index 2a501c7..c3a4052 100644 --- a/src/styles.css +++ b/src/styles.css @@ -4,8 +4,8 @@ /* icon */ icon, pull{ @apply inline-block; - width: 1em; - height: 1.27em; + width: 2em; + height: 2em; vertical-align: text-bottom; --icon-src: ''; background-image: var(--icon-src);