修复克隆面板按钮弹跳&统一标签风格

This commit is contained in:
lutinglt
2025-02-06 10:47:49 +08:00
parent e0080279f9
commit 174b643896
4 changed files with 15 additions and 20 deletions

View File

@@ -41,7 +41,7 @@
}
&.muted:not(.tw-font-normal) {
font-weight: bold;
font-weight: 600;
}
}
}
@@ -110,13 +110,7 @@
// clone 按钮居中调整
.repo-button-row .repo-button-row-right .ui.primary.button span {
display: flex;
align-items: center;
justify-content: center;
svg {
margin-right: 0.5rem;
}
margin: 0px 3px;
}
.repo-file-line {