From 7a37517034e44ac0a0c807a59afdf89e9ee10031 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Mon, 10 Feb 2025 11:50:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E6=94=B6=E8=97=8F=E6=B4=BE?= =?UTF-8?q?=E7=94=9F=E6=8C=89=E9=92=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.md | 8 ++++---- src/repo.scss | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/release.md b/.github/release.md index e62db42..c5a6736 100644 --- a/.github/release.md +++ b/.github/release.md @@ -7,12 +7,12 @@ - 仓库代码页侧边栏宽度优化 - 仓库文件列表在手机下隐藏提交信息 - 仓库文件列表文件图标名称位置优化 -- 下拉菜单分割线优化 -- 顶部导航栏分割线优化 - 仓库导航栏颜色同步 -- 动画效果优化 -- 按钮大小优化 +- 按钮大小和颜色优化 - 输入框大小和颜色优化 +- 顶部导航栏分割线优化 +- 下拉菜单分割线优化 +- 动画效果优化 ## 🐞 Fix diff --git a/src/repo.scss b/src/repo.scss index 84c1f04..e1415f8 100644 --- a/src/repo.scss +++ b/src/repo.scss @@ -15,6 +15,15 @@ // 仓库页面头部名称 .page-content.repository .repo-header { + .ui.compact.button { + padding: 3px 12px; + + svg { + color: #9198a1; + margin-right: 6px; + } + } + img.ui.avatar { height: 32px; width: 32px;