微调侧边栏间隔

This commit is contained in:
lutinglt
2025-01-11 13:14:01 +08:00
parent 121b49d43d
commit 596af871ce
3 changed files with 13 additions and 4 deletions

View File

@@ -196,6 +196,9 @@
}
.flex-item {
.flex-item-title {
margin-top: 2px;
}
.flex-item-body {
padding: 8px 0;
@@ -204,7 +207,7 @@
}
#repo-topics {
margin: 8px 0px !important;
margin: 10px 0px !important;
.repo-topic.ui.label {
font-size: 12px;
@@ -215,6 +218,13 @@
.flex-text-block {
font-size: 14px;
font-weight: 600;
margin-top: 10px;
&.muted {
margin-top: 2px;
font-weight: normal;
}
svg.svg {
margin-right: 4px;

View File

@@ -20,7 +20,6 @@
:root {
--is-dark-theme: true;
--border-radius: 6px;
--font-weight-semibold: bold;
--color-primary: var(--color-blue);
--color-primary-contrast: #fff;
--color-primary-dark-1: #739cb3;