Optimize repository header style

This commit is contained in:
lutinglt
2025-11-08 20:37:23 +08:00
parent a841636737
commit aa36f52d83
2 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
- Optimize global line height - Optimize global line height
- Optimize the workflow log page style - Optimize the workflow log page style
- Optimize repository header style
### 🐞 Fix ### 🐞 Fix

View File

@@ -17,10 +17,11 @@ export const repoHeader = css`
display: flex; display: flex;
align-items: center; align-items: center;
color: ${themeVars.color.text.self}; color: ${themeVars.color.text.self};
font-size: 16px; font-size: 20px;
line-height: 1.3;
text-decoration: none !important; text-decoration: none !important;
min-width: 3ch; min-width: 3ch;
padding: 4px 6px; padding: 0px 6px;
border-radius: ${otherThemeVars.border.radius}; border-radius: ${otherThemeVars.border.radius};
margin-top: 0.5rem; margin-top: 0.5rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;