From 228327913e95bacd58593445e9670a8542c5fe7d Mon Sep 17 00:00:00 2001 From: hypercross Date: Wed, 25 Mar 2026 18:08:32 +0800 Subject: [PATCH] refactor: icon mini styling --- src/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles.css b/src/styles.css index 3979f55..a696fe1 100644 --- a/src/styles.css +++ b/src/styles.css @@ -14,9 +14,9 @@ icon, pull{ background-repeat: no-repeat; } icon.mini{ - width: 1em; - height: 1em; - vertical-align: bottom; + width: 1.5em; + height: 1.28em; + vertical-align: text-bottom; } pull{ margin-right: -.5em;