调整发布页左侧栏

This commit is contained in:
lutinglt
2025-01-11 14:05:58 +08:00
parent 596af871ce
commit 7c81b764db
2 changed files with 22 additions and 4 deletions

1
.github/release.md vendored
View File

@@ -1,2 +1,3 @@
工作流禁用标签颜色和位置优化 工作流禁用标签颜色和位置优化
微调侧边栏元素的间隔以更符合 Github 微调侧边栏元素的间隔以更符合 Github
调整发布页左侧栏以更符合 Github

View File

@@ -1,8 +1,25 @@
// Made by Luting ^-^ // Made by Luting ^-^
.page-content.repository.releases { .page-content.repository.releases {
svg.tw-mr-1.svg.octicon-tag { #release-list .release-entry .meta {
color: #3fb950; gap: 2px;
margin-top: 2px; padding-top: 24px;
padding-right: 40px;
text-align: left;
a.muted {
color: #9198a1;
}
svg {
margin-right: 8px !important;
}
svg.tw-mr-1.svg.octicon-tag {
margin-top: 1px;
}
.js-branch-tag-selector {
margin-top: 8px;
}
} }
.ui.small.primary.button { .ui.small.primary.button {