mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-10-28 07:00:32 +00:00
微调下拉菜单的选项间隔
This commit is contained in:
@@ -53,15 +53,15 @@
|
||||
// 按钮菜单选项(主要为仓库)
|
||||
.ui.button.dropdown .menu .item {
|
||||
border-radius: var(--border-radius);
|
||||
margin: 0 6px;
|
||||
margin: 0 8px;
|
||||
|
||||
&:first-of-type {
|
||||
border-radius: var(--border-radius);
|
||||
margin-top: 6px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-radius: var(--border-radius);
|
||||
margin-bottom: 6px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user