Skip to content

Commit bd78991

Browse files
committed
Optimize the width of the left side of the workflow details page in different zoom levels
1 parent 9c67ea1 commit bd78991

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
- Optimize the selection style of items in the menu.
66
- Optimize code block styles.
7-
- Optimize some element styles on Issue/PR page
7+
- Optimize some element styles on Issue/PR page.
8+
- Optimize the width of the left side of the workflow details page in different zoom levels.
89

910
##### Template File
1011

styles/components/actions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,10 @@ export const actionViewHeader = css`
163163

164164
// 工作流左侧作业列表
165165
export const actionViewLeft = css`
166-
.action-view-left {
166+
.action-view-left.action-view-left.action-view-left {
167167
margin-right: 28px;
168168
border-top: 1px solid ${themeVars.color.console.border};
169+
max-width: 22vw;
169170
&:before {
170171
content: "Jobs";
171172
color: ${themeVars.color.console.fg.subtle};

0 commit comments

Comments
 (0)