This commit is contained in:
lutinglt
2025-06-10 17:34:09 +08:00
parent 8e1a01e444
commit 2207d56a4e
11 changed files with 222 additions and 45 deletions

View File

@@ -97,12 +97,8 @@
// 手动工作流下拉列表
#runWorkflowDispatchForm {
// 分支选择按钮
.ui.dropdown.button.branch-selector-dropdown {
padding: 8px 24px 8px 8px;
svg.octicon-git-branch {
margin-right: 6px;
}
.ui.dropdown.button.branch-selector-dropdown .svg.octicon-git-branch {
margin-right: 6px;
}
}

View File

@@ -24,7 +24,6 @@
svg {
color: #9198a1;
margin-right: 6px;
}
}
@@ -101,7 +100,7 @@
background: #f78166;
border-radius: 0.375rem;
bottom: calc(50% - 1.8rem);
content: '';
content: "";
height: 2px;
position: absolute;
right: 50%;
@@ -199,7 +198,7 @@
}
}
.ui.sha.label {
.ui.label {
display: none;
}
}
@@ -290,12 +289,14 @@
}
.flex-item {
padding: 10px 0 0 0;
.flex-item-title {
margin-top: 2px;
}
.flex-item-body {
padding: 8px 0;
padding: 8px 0 0 0;
.repo-description {
color: #f0f6fc;