Update home.module.scss

This commit is contained in:
Starryu-cn 2023-04-05 19:00:31 +08:00 committed by GitHub
parent e5c878ff9f
commit 87574fd7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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); // 缩放按钮大小
}