Optimize the width of the left side of the workflow details page in different zoom levels

This commit is contained in:
lutinglt
2025-12-10 10:21:14 +08:00
parent 9c67ea1697
commit bd7899114b
2 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
- Optimize the selection style of items in the menu.
- Optimize code block styles.
- Optimize some element styles on Issue/PR page
- Optimize some element styles on Issue/PR page.
- Optimize the width of the left side of the workflow details page in different zoom levels.
##### Template File

View File

@@ -163,9 +163,10 @@ export const actionViewHeader = css`
// 工作流左侧作业列表
export const actionViewLeft = css`
.action-view-left {
.action-view-left.action-view-left.action-view-left {
margin-right: 28px;
border-top: 1px solid ${themeVars.color.console.border};
max-width: 22vw;
&:before {
content: "Jobs";
color: ${themeVars.color.console.fg.subtle};