mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 15:14:09 +09:00
Merge branch 'main' into feature/bots
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user