Update home.module.scss

This commit is contained in:
Starryu-cn
2023-04-05 18:57:09 +08:00
committed by GitHub
parent 82dd488097
commit e5c878ff9f

View File

@@ -107,10 +107,20 @@
}
.sidebar-copy-button {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
padding: 4px;
width: 24px;
height: 24px;
background-color: var(--theme-color);
border-radius: 50%;
margin-left: 8px;
transform: scale(0.8); // 缩放按钮大小
}
.sidebar-title {
font-size: 30px;
font-weight: bold;