mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-13 23:11:37 +08:00
Compare commits
2 Commits
0a0cd77b3f
...
f500f2aae3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f500f2aae3 | ||
|
|
b220a17829 |
@@ -41,7 +41,6 @@ export const dashboard = css`
|
||||
margin-bottom: 0.25rem;
|
||||
.ui.label {
|
||||
border-color: #00000000;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
// 仓库/组织列表
|
||||
@@ -55,6 +54,7 @@ export const dashboard = css`
|
||||
> .menu.repos-filter {
|
||||
.ui.circular.label {
|
||||
border-color: #00000000;
|
||||
min-height: fit-content;
|
||||
padding: ${labelStyle.padding} !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,8 +18,8 @@ export const label = css`
|
||||
border-radius: 9999px;
|
||||
${labelStyle}
|
||||
line-height: 18px;
|
||||
&.large {
|
||||
line-height: 22px;
|
||||
&.mini {
|
||||
line-height: 16px;
|
||||
}
|
||||
// 多个标签的组合标签的圆角修复
|
||||
&.scope-parent {
|
||||
@@ -212,7 +212,4 @@ export const repoLabel = css`
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
.org-visibility span.ui.basic.label {
|
||||
font-size: 14px;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user