diff --git a/CHANGELOG.md b/CHANGELOG.md index c128328..a7058ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - 修复 Issue/PR 侧边栏的时间追踪样式 - 修复 Issue/PR 详细页面中的部分文字颜色 +- 修复一些选择输入框的排列问题 ## 📃 English diff --git a/styles/components/commit.ts b/styles/components/commit.ts index ba1b7d0..b4c53c8 100644 --- a/styles/components/commit.ts +++ b/styles/components/commit.ts @@ -101,10 +101,5 @@ export const commitGraph = css` } } } - // 提交图的分支选择菜单框 - .ui.search.selection.dropdown > .menu > .item { - flex-direction: row; - align-items: center; - } } `; diff --git a/styles/public/dropdown.ts b/styles/public/dropdown.ts index a47f696..e213733 100644 --- a/styles/public/dropdown.ts +++ b/styles/public/dropdown.ts @@ -230,7 +230,7 @@ export const selectionDropdown = css` // 标签页面的标签选择框 .page-content.repository.labels .ui.selection.dropdown.active, // 创建仓库页面的标签选择框 - .ui.search.selection.dropdown { + .page-content.repository.new-repo .ui.search.selection.dropdown { > .menu > .item { flex-direction: column; align-items: flex-start;