Fixed extra lines under heatmap

This commit is contained in:
lutinglt
2025-11-23 12:22:09 +08:00
parent 8216986aef
commit 2da9dda3af
2 changed files with 5 additions and 0 deletions

View File

@@ -5,3 +5,5 @@
##### Template File
### 🐞 Fix
- Fixed extra lines under heatmap.

View File

@@ -69,6 +69,9 @@ export const heatmap = css`
// 动态
export const activity = css`
.activity-heatmap-container + .divider:not(.divider-text) {
border-color: #0000;
}
.flex-list#activity-feed {
border-radius: 12px;
box-shadow: ${themeVars.github.shadow.floating.small};