fix(ui): 开发署名移到左侧标题后(分隔线 + 垂直居中)

This commit is contained in:
Pine
2026-08-18 02:26:12 +08:00
parent 10db36aa3f
commit e653c4b2f2
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -2686,12 +2686,16 @@
color: #9fb0c6;
}
/* 页眉开发署名 */
/* 页眉开发署名(跟在左侧标题后,上下居中) */
.bd-credit {
flex: none;
font-size: 11px;
color: var(--bd-sub, #7d8fa9);
white-space: nowrap;
letter-spacing: 0.02em;
padding: 0 4px;
align-self: center;
padding: 0 6px;
border-left: 1px solid rgba(47, 107, 255, 0.18);
margin-left: 4px;
line-height: 1;
}