略微增加仓库代码文件列表的单行高度

This commit is contained in:
lutinglt
2025-08-11 22:41:24 +08:00
parent 2ffdf501b3
commit 81be016be3
3 changed files with 3 additions and 1 deletions

2
.github/release.md vendored
View File

@@ -6,6 +6,8 @@
## 🎈 Perf ## 🎈 Perf
- 略微增加仓库代码文件列表的单行高度与 GitHub 一致
## 🐞 Fix ## 🐞 Fix
- 修复 Action 作业步骤页面标题选中时滚动固定的高度问题 - 修复 Action 作业步骤页面标题选中时滚动固定的高度问题

View File

@@ -5,7 +5,6 @@
- 用户动态仪表板样式优化 - 用户动态仪表板样式优化
- 分页样式优化 - 分页样式优化
- 工单管理中搜索框精细按钮的宽度修复 - 工单管理中搜索框精细按钮的宽度修复
- 仓库文件列表的单行高度调整
- 仓库文件列表页 README 导航栏样式 - 仓库文件列表页 README 导航栏样式
- 色盲主题支持 - 色盲主题支持
- 打开文件时的文件导航树样式和滚动高度 - 打开文件时的文件导航树样式和滚动高度

View File

@@ -75,6 +75,7 @@ export const repoFiles = css`
// 文件列表 // 文件列表
.repo-file-item { .repo-file-item {
.repo-file-cell { .repo-file-cell {
height: 40px;
&.name { &.name {
display: flex; display: flex;
align-items: center; align-items: center;