From 7f51f4b2eb7d0db386cdd5437c7d680b794242a7 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Fri, 31 Oct 2025 15:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E6=8F=90=E4=BA=A4=E4=BF=A1=E6=81=AF=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E5=83=8F=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/components/filelist.ts | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/styles/components/filelist.ts b/styles/components/filelist.ts index 2f9a2db..fe78468 100644 --- a/styles/components/filelist.ts +++ b/styles/components/filelist.ts @@ -60,8 +60,9 @@ export const repoFiles = css` } img.ui.avatar { border-radius: 9999px; - margin-top: -1px; - margin-left: 1px; + margin-left: 2px; + width: 20px; + height: 20px; } // 作者 .author-wrapper { @@ -334,8 +335,10 @@ export const repoFileView = css` .commit-summary { color: ${themeVars.color.text.light.num1}; } - img.ui.avatar { + > img.ui.avatar { border-radius: 9999px; + width: 20px; + height: 20px; } } // 右侧提交时间