mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
Optimize the width of the left side of the workflow details page in different zoom levels
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
- Optimize the selection style of items in the menu.
|
- Optimize the selection style of items in the menu.
|
||||||
- Optimize code block styles.
|
- 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
|
##### Template File
|
||||||
|
|
||||||
|
|||||||
@@ -163,9 +163,10 @@ export const actionViewHeader = css`
|
|||||||
|
|
||||||
// 工作流左侧作业列表
|
// 工作流左侧作业列表
|
||||||
export const actionViewLeft = css`
|
export const actionViewLeft = css`
|
||||||
.action-view-left {
|
.action-view-left.action-view-left.action-view-left {
|
||||||
margin-right: 28px;
|
margin-right: 28px;
|
||||||
border-top: 1px solid ${themeVars.color.console.border};
|
border-top: 1px solid ${themeVars.color.console.border};
|
||||||
|
max-width: 22vw;
|
||||||
&:before {
|
&:before {
|
||||||
content: "Jobs";
|
content: "Jobs";
|
||||||
color: ${themeVars.color.console.fg.subtle};
|
color: ${themeVars.color.console.fg.subtle};
|
||||||
|
|||||||
Reference in New Issue
Block a user