分支按钮高度

This commit is contained in:
lutinglt
2025-06-10 18:04:08 +08:00
parent 2207d56a4e
commit 36a1707b3e
2 changed files with 7 additions and 5 deletions

8
.github/release.md vendored
View File

@@ -2,8 +2,10 @@
#### 更符合 GitHub 风格
- 仓库导航栏文字颜色优化
- Action执行时间位置优化
- 优化侧边栏间隔
- 优化下拉菜单项目边距
- 关闭工单按钮为紫色
- 关闭工单按钮为紫色
## 🐞 Fix
- 分支按钮高度

View File

@@ -1,6 +1,6 @@
// Made by Luting ^-^
.ui.button {
min-height: unset;
min-height: 30px;
font-weight: 500;
padding: 9px 16px;
}
@@ -37,7 +37,7 @@
.ui.button.branch-dropdown-button {
padding: 3px 12px;
min-height: 28px;
min-height: 30px;
}
.ui.menu button.item:hover {