代码页侧边栏宽度&下拉菜单分割线调整

This commit is contained in:
lutinglt
2025-02-09 11:14:43 +08:00
parent 53f074ba79
commit 6c8f386f9f
3 changed files with 19 additions and 3 deletions

View File

@@ -108,7 +108,7 @@
}
}
// clone 按钮居中调整
// clone 按钮调整
.repo-button-row .repo-button-row-right .ui.primary.button span {
margin: 0px 3px;
}
@@ -182,6 +182,11 @@
}
}
// 仓库代码布局调整, 侧边栏宽度调整
.repo-grid-filelist-sidebar {
grid-template-columns: auto 296px;
}
// 仓库代码页面侧边栏
.page-content.repository {
.repo-home-sidebar-top {