mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
Optimize repository header style
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user