mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
Fixed extra lines under heatmap
This commit is contained in:
@@ -5,3 +5,5 @@
|
|||||||
##### Template File
|
##### Template File
|
||||||
|
|
||||||
### 🐞 Fix
|
### 🐞 Fix
|
||||||
|
|
||||||
|
- Fixed extra lines under heatmap.
|
||||||
@@ -69,6 +69,9 @@ export const heatmap = css`
|
|||||||
|
|
||||||
// 动态
|
// 动态
|
||||||
export const activity = css`
|
export const activity = css`
|
||||||
|
.activity-heatmap-container + .divider:not(.divider-text) {
|
||||||
|
border-color: #0000;
|
||||||
|
}
|
||||||
.flex-list#activity-feed {
|
.flex-list#activity-feed {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: ${themeVars.github.shadow.floating.small};
|
box-shadow: ${themeVars.github.shadow.floating.small};
|
||||||
|
|||||||
Reference in New Issue
Block a user