mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-22 06:33:57 +00:00
头像和动态样式 & Issue 样式修复
This commit is contained in:
@@ -58,7 +58,8 @@ export const repoFiles = css`
|
||||
.commit-summary {
|
||||
color: ${themeVars.color.text.light.num1};
|
||||
}
|
||||
img.tw-align-middle {
|
||||
img.ui.avatar {
|
||||
border-radius: 9999px;
|
||||
margin-top: -1px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
@@ -333,6 +334,9 @@ export const repoFileView = css`
|
||||
.commit-summary {
|
||||
color: ${themeVars.color.text.light.num1};
|
||||
}
|
||||
img.ui.avatar {
|
||||
border-radius: 9999px;
|
||||
}
|
||||
}
|
||||
// 右侧提交时间
|
||||
> .age {
|
||||
|
||||
Reference in New Issue
Block a user