版本发布整体调整

This commit is contained in:
lutinglt
2025-01-11 19:53:27 +08:00
parent 2c03bd213a
commit 1078e4e73a
2 changed files with 42 additions and 17 deletions

4
.github/release.md vendored
View File

@@ -1,6 +1,6 @@
工作流禁用标签颜色和位置优化
微调侧边栏元素的间隔以更符合 Github
调整发布页左侧栏以更符合 Github
版本发布整体调整以更符合 Github
仓库分支下拉菜单优化以更符合 Github
手动工作流分支按钮优化
仓库分支下拉菜单优化
下拉菜单按钮优化

View File

@@ -1,24 +1,49 @@
// Made by Luting ^-^
.page-content.repository.releases {
#release-list .release-entry .meta {
gap: 2px;
padding-top: 24px;
padding-right: 40px;
text-align: left;
#release-list .release-entry {
.meta {
gap: 2px;
padding-top: 24px;
padding-right: 40px;
text-align: left;
overflow: hidden;
flex: 0.125;
a.muted {
color: #9198a1;
a.muted {
color: #9198a1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: break-all;
}
svg {
margin-right: 8px !important;
}
svg.tw-mr-1.svg.octicon-tag {
margin-top: 1px;
}
.js-branch-tag-selector {
margin-top: 8px;
}
}
svg {
margin-right: 8px !important;
}
.segment.detail {
p.text.grey {
margin: 16px 0;
}
svg.tw-mr-1.svg.octicon-tag {
margin-top: 1px;
}
.js-branch-tag-selector {
margin-top: 8px;
.markup {
> *:first-child {
margin-top: 16px !important;
}
> *:last-child {
margin-bottom: 16px !important;
}
}
}
}