优化设置页 (#421)
continuous-integration/drone/push Build is passing

This commit is contained in:
neveler
2026-04-16 17:31:10 +08:00
committed by GitHub
parent f2dbe9e57a
commit 493d605495
6 changed files with 128 additions and 147 deletions
+21 -4
View File
@@ -47,10 +47,27 @@ blockquote {
word-break: break-word;
}
.task-list-item label {
display: inline
}
.m0 {
margin: 0 !important;
}
table.setting-multi-radio td {
border: 0;
text-align: center;
border-left: 1px solid mix(#000, $border-color, 25%);
}
input[type="radio"] {
width: 0;
margin: 0;
margin-inline-end: 1em;
font-family: var(--fa-family-classic);
}
input[type="radio"]::before {
content: "\f111";
}
input[type="radio"]:checked::before {
content: "\f192";
}