mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
Optimize action list line height
This commit is contained in:
@@ -63,6 +63,7 @@ export const actions = css`
|
|||||||
color: ${themeVars.github.fgColor.accent};
|
color: ${themeVars.github.fgColor.accent};
|
||||||
font-family: var(--fonts-monospace);
|
font-family: var(--fonts-monospace);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
padding: 0px 6px;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: ${themeVars.github.bgColor.accent.muted};
|
background-color: ${themeVars.github.bgColor.accent.muted};
|
||||||
color: ${themeVars.github.fgColor.accent};
|
color: ${themeVars.github.fgColor.accent};
|
||||||
@@ -76,6 +77,7 @@ export const actions = css`
|
|||||||
|
|
||||||
.flex-item {
|
.flex-item {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
line-height: 18px;
|
||||||
.flex-item-leading {
|
.flex-item-leading {
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
|||||||
Reference in New Issue
Block a user