优化按钮样式

This commit is contained in:
lutinglt
2025-07-11 22:26:39 +08:00
parent 1c05717011
commit efe5e6ecbb
4 changed files with 5 additions and 15 deletions

View File

@@ -16,16 +16,6 @@ export const branchButton = css`
}
`;
// 仓库按钮
export const repoButton = css`
.page-content.repository.file.list {
// clone 按钮调整
.repo-button-row .repo-button-row-right .ui.primary.button span {
margin: 0px 3px;
}
}
`;
// 仓库文件列表
export const repoFiles = css`
.repository.file.list {
@@ -198,7 +188,7 @@ export const repoSidebarBottom = css`
.color-icon {
height: 8px;
width: 8px;
margin-right: 6px;
margin-right: 8px;
}
.tw-font-semibold {
color: ${themeVars.color.text.self};