From 6fcd879287a38973a4c3fced07fdfb3c02833050 Mon Sep 17 00:00:00 2001 From: hypercross Date: Fri, 13 Mar 2026 12:40:30 +0800 Subject: [PATCH] fix: icon sizing --- src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index e8c6db9..2a501c7 100644 --- a/src/styles.css +++ b/src/styles.css @@ -5,13 +5,13 @@ icon, pull{ @apply inline-block; width: 1em; - height: 1em; + height: 1.27em; + vertical-align: text-bottom; --icon-src: ''; background-image: var(--icon-src); background-size: contain; background-position: center; background-repeat: no-repeat; - margin-bottom: -0.1em; } pull{ margin-right: -.5em;