微调热力图方块大小

This commit is contained in:
lutinglt
2025-07-07 16:14:03 +08:00
parent 4b2916a75b
commit cc44560f96
4 changed files with 11 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ export const heatmap = css`
// hover 时的圆角
border-radius: 0.75px;
// 宽度和高度可以用来控制间隔
width: 9.5px;
height: 9.5px;
width: 9px;
height: 9px;
// 边框
outline: 0.5px solid ${themeVars.github.contribution.default.borderColor.num0};
// 边框向内偏移