From f33a0ae81c717347ed4fa7abe3894198678311b7 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Thu, 13 Nov 2025 18:40:52 +0800 Subject: [PATCH] Optimize action list line height --- styles/components/actions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/components/actions.ts b/styles/components/actions.ts index c10a75e..16a095a 100644 --- a/styles/components/actions.ts +++ b/styles/components/actions.ts @@ -63,6 +63,7 @@ export const actions = css` color: ${themeVars.github.fgColor.accent}; font-family: var(--fonts-monospace); font-weight: 400; + padding: 0px 6px; &:hover { background-color: ${themeVars.github.bgColor.accent.muted}; color: ${themeVars.github.fgColor.accent}; @@ -76,6 +77,7 @@ export const actions = css` .flex-item { padding: 16px; + line-height: 18px; .flex-item-leading { align-self: flex-start; margin-top: 2px;