mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-16 17:11:38 +08:00
头像和动态样式 & Issue 样式修复
This commit is contained in:
@@ -60,3 +60,16 @@ export const stars = css`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
// 用户信息卡片
|
||||
export const profileCard = css`
|
||||
.page-content.user.profile {
|
||||
#profile-avatar-card {
|
||||
#profile-avatar {
|
||||
img.ui.avatar {
|
||||
border-radius: 9999px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user