优化仪表板样式 & 同步代码编辑器背景色

This commit is contained in:
lutinglt
2025-08-13 11:20:01 +08:00
parent 1b81b6ad93
commit 9949bdc7bd
7 changed files with 33 additions and 2 deletions

View File

@@ -4,7 +4,18 @@ export const dashboard = css`
.page-content.dashboard {
// 仓库列表的仓库/组织切换按钮
.ui.two.item.menu {
background-color: unset;
box-shadow: ${themeVars.github.shadow.floating.small};
border: unset;
border-radius: 12px;
margin-bottom: 8px;
> .item {
&:first-child {
border-radius: 12px 0 0 12px;
}
&:last-child {
border-radius: 0 12px 12px 0;
}
}
}
// 仓库/组织列表标题
.ui.top.attached.header {