mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
perf action step container
This commit is contained in:
@@ -253,13 +253,16 @@ export const actionViewRight = css`
|
|||||||
}
|
}
|
||||||
|
|
||||||
.job-step-container {
|
.job-step-container {
|
||||||
// 步骤标题
|
padding: 8px;
|
||||||
.job-step-summary {
|
.job-step-section {
|
||||||
|
margin: 0 4px 4px;
|
||||||
|
// 步骤标题, 双重确保覆盖原始样式
|
||||||
|
.job-step-summary.job-step-summary {
|
||||||
color: ${themeVars.color.console.fg.subtle};
|
color: ${themeVars.color.console.fg.subtle};
|
||||||
padding: 8px 10px !important;
|
padding: 8px !important;
|
||||||
|
height: 36px;
|
||||||
|
|
||||||
&.selected.selected {
|
&.selected {
|
||||||
// 双重确保 selected 覆盖原始样式
|
|
||||||
// 滚动时固定在顶部的高度与 job-info-header 高度相同
|
// 滚动时固定在顶部的高度与 job-info-header 高度相同
|
||||||
top: 80px;
|
top: 80px;
|
||||||
}
|
}
|
||||||
@@ -305,4 +308,5 @@ export const actionViewRight = css`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user