Merge branch 'main' into feature/bots

This commit is contained in:
Jason Song
2022-12-02 21:05:31 +08:00
committed by GitHub
4 changed files with 51 additions and 26 deletions

View File

@ -2963,6 +2963,24 @@ tbody.commit-list {
text-align: left;
}
.comment-diff-data {
background: var(--color-code-bg);
max-height: calc(100vh - 10.5rem);
overflow-y: auto;
}
.comment-diff-data pre {
line-height: 18px;
white-space: pre-wrap;
word-break: break-all;
overflow-wrap: break-word;
}
.content-history-detail-dialog .header .avatar {
position: relative;
top: -2px;
}
#topic_edit {
margin-top: 5px;
}