From 87574fd7c24cdef8bbfa96301414190819e0cfae Mon Sep 17 00:00:00 2001 From: Starryu-cn <39699309+Starryu-cn@users.noreply.github.com> Date: Wed, 5 Apr 2023 19:00:31 +0800 Subject: [PATCH] Update home.module.scss --- app/components/home.module.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 88ab2f17f..f0a8a1b83 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -112,12 +112,11 @@ justify-content: center; align-items: center; padding: 4px; - width: 24px; - height: 24px; + width: 24px; // 调整宽度 + height: 24px; // 调整高度 background-color: var(--theme-color); border-radius: 50%; margin-left: 8px; - transform: scale(0.8); // 缩放按钮大小 }