fix(ui): 开发署名移到左侧标题后(分隔线 + 垂直居中)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user