mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
fix label
This commit is contained in:
@@ -41,7 +41,6 @@ export const dashboard = css`
|
|||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
.ui.label {
|
.ui.label {
|
||||||
border-color: #00000000;
|
border-color: #00000000;
|
||||||
line-height: 22px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 仓库/组织列表
|
// 仓库/组织列表
|
||||||
@@ -55,6 +54,7 @@ export const dashboard = css`
|
|||||||
> .menu.repos-filter {
|
> .menu.repos-filter {
|
||||||
.ui.circular.label {
|
.ui.circular.label {
|
||||||
border-color: #00000000;
|
border-color: #00000000;
|
||||||
|
min-height: fit-content;
|
||||||
padding: ${labelStyle.padding} !important;
|
padding: ${labelStyle.padding} !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ export const label = css`
|
|||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
${labelStyle}
|
${labelStyle}
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
&.large {
|
&.mini {
|
||||||
line-height: 22px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
// 多个标签的组合标签的圆角修复
|
// 多个标签的组合标签的圆角修复
|
||||||
&.scope-parent {
|
&.scope-parent {
|
||||||
|
|||||||
Reference in New Issue
Block a user