From aa36f52d83cd45e0f5bea16ab48f8fbedb7e12e9 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 8 Nov 2025 20:37:23 +0800 Subject: [PATCH] Optimize repository header style --- CHANGELOG.md | 1 + styles/components/repo.ts | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce3b86..09f8029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Optimize global line height - Optimize the workflow log page style +- Optimize repository header style ### 🐞 Fix diff --git a/styles/components/repo.ts b/styles/components/repo.ts index 6ae5791..f75e70e 100644 --- a/styles/components/repo.ts +++ b/styles/components/repo.ts @@ -17,10 +17,11 @@ export const repoHeader = css` display: flex; align-items: center; color: ${themeVars.color.text.self}; - font-size: 16px; + font-size: 20px; + line-height: 1.3; text-decoration: none !important; min-width: 3ch; - padding: 4px 6px; + padding: 0px 6px; border-radius: ${otherThemeVars.border.radius}; margin-top: 0.5rem; margin-bottom: 0.5rem;