From 121b49d43db13cffa35c9b479026a45806758956 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 11 Jan 2025 11:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=A0=87=E7=AD=BE=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E5=92=8C=E4=BB=A3=E7=A0=81=E9=A1=B5=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=9B=BE=E6=A0=87=E4=B8=8E=E6=96=87=E5=AD=97=E7=9A=84?= =?UTF-8?q?=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.md | 3 ++- src/release.scss | 1 + src/repo.scss | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/release.md b/.github/release.md index 1dc1750..a88ae26 100644 --- a/.github/release.md +++ b/.github/release.md @@ -1 +1,2 @@ -禁用工作流标签优化 \ No newline at end of file +禁用工作流标签优化 +微调标签图标和代码页侧边栏图标与文字的距离更符合 Github \ No newline at end of file diff --git a/src/release.scss b/src/release.scss index baaf986..c80ea0d 100644 --- a/src/release.scss +++ b/src/release.scss @@ -2,6 +2,7 @@ .page-content.repository.releases { svg.tw-mr-1.svg.octicon-tag { color: #3fb950; + margin-top: 2px; } .ui.small.primary.button { diff --git a/src/repo.scss b/src/repo.scss index 47ddb86..7252aa0 100644 --- a/src/repo.scss +++ b/src/repo.scss @@ -215,6 +215,14 @@ .flex-text-block { font-size: 14px; + + svg.svg { + margin-right: 4px; + + &.octicon-database{ + margin-right: 6px; + } + } } } } @@ -234,6 +242,7 @@ .flex-item-icon { svg.svg.octicon-tag { color: #3fb950; + margin-top: 3px; } }