mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-11-01 09:40:32 +00:00
同步最后一次提交信息中的头像大小
This commit is contained in:
@@ -60,8 +60,9 @@ export const repoFiles = css`
|
|||||||
}
|
}
|
||||||
img.ui.avatar {
|
img.ui.avatar {
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
margin-top: -1px;
|
margin-left: 2px;
|
||||||
margin-left: 1px;
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
// 作者
|
// 作者
|
||||||
.author-wrapper {
|
.author-wrapper {
|
||||||
@@ -334,8 +335,10 @@ export const repoFileView = css`
|
|||||||
.commit-summary {
|
.commit-summary {
|
||||||
color: ${themeVars.color.text.light.num1};
|
color: ${themeVars.color.text.light.num1};
|
||||||
}
|
}
|
||||||
img.ui.avatar {
|
> img.ui.avatar {
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 右侧提交时间
|
// 右侧提交时间
|
||||||
|
|||||||
Reference in New Issue
Block a user