头像和动态样式 & Issue 样式修复

This commit is contained in:
lutinglt
2025-10-31 12:51:50 +08:00
parent 90b618688b
commit 93485dc5f7
20 changed files with 175 additions and 35 deletions

View File

@@ -83,7 +83,7 @@ export const navbarRight = css`
}
// 头像
img {
border-radius: 25px;
border-radius: 9999px;
height: 32px;
max-height: 32px;
margin: 0 !important;
@@ -99,7 +99,7 @@ export const navbarRight = css`
.notification_count,
.header-stopwatch-dot {
background-color: ${themeVars.github.bgColor.accent.emphasis};
border-radius: 25px;
border-radius: 9999px;
color: ${themeVars.color.white};
font-size: 9px;
font-weight: 600;