Skip to content

Commit e008027

Browse files
committed
优化 Action 日志左侧栏宽度
1 parent ca8ab14 commit e008027

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.github/release-template.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 🌈 Style
2+
3+
#### 更符合 GitHub 风格
4+
5+
## 🎈 Perf
6+
7+
## 🐞 Fix

.github/release.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
#### 更符合 GitHub 风格
44

5+
## 🎈 Perf
6+
7+
- 优化 Action 日志左侧栏宽度 `Gitea 会显示运行时长, 留给作业名称足够的长度`
8+
59
## 🐞 Fix
610

711
- 修复侧边栏协议对齐

src/actions.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
}
3939

4040
.action-view-left.action-view-left {
41-
width: 15.25%;
41+
width: 16.5%;
4242
}
4343

4444
.action-view-right.action-view-right {
45-
width: 84.75%
45+
width: 83.5%;
4646
}
4747

4848
@media (max-width: 767.98px) {
@@ -105,7 +105,7 @@
105105

106106
.action-view-right {
107107
margin-top: 16px;
108-
min-height: calc(100vh - 275px);
108+
min-height: calc(100vh - 245px);
109109

110110
.job-info-header {
111111
padding: 16px 12px 16px 24px;

0 commit comments

Comments
 (0)