修复BUG

This commit is contained in:
杜恒
2021-04-22 08:52:00 +08:00
parent 6af7d8f87c
commit 37c5a38930
8 changed files with 25 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2899,12 +2899,16 @@
line-height: 20px;
color: var(--main);
.author {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-right: 10px;
a {
color: #409eff;
}
}
.owner {
flex-shrink: 0;
background: var(--theme);
color: #fff;
padding: 0 5px;