We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8ab14 commit e008027Copy full SHA for e008027
.github/release-template.md
@@ -0,0 +1,7 @@
1
+## 🌈 Style
2
+
3
+#### 更符合 GitHub 风格
4
5
+## 🎈 Perf
6
7
+## 🐞 Fix
.github/release.md
@@ -2,6 +2,10 @@
#### 更符合 GitHub 风格
+- 优化 Action 日志左侧栏宽度 `Gitea 会显示运行时长, 留给作业名称足够的长度`
8
9
## 🐞 Fix
10
11
- 修复侧边栏协议对齐
src/actions.scss
@@ -38,11 +38,11 @@
38
}
39
40
.action-view-left.action-view-left {
41
- width: 15.25%;
+ width: 16.5%;
42
43
44
.action-view-right.action-view-right {
45
- width: 84.75%
+ width: 83.5%;
46
47
48
@media (max-width: 767.98px) {
@@ -105,7 +105,7 @@
105
106
.action-view-right {
107
margin-top: 16px;
108
- min-height: calc(100vh - 275px);
+ min-height: calc(100vh - 245px);
109
110
.job-info-header {
111
padding: 16px 12px 16px 24px;
0 commit comments