mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 09:39:44 +08:00
Pull Requests: add button to compare force pushed commits (#22857)
To quickly see what changed without having to re-read the whole diff.
This commit is contained in:

committed by
GitHub

parent
0268ee5c37
commit
545495dcb0
@ -952,6 +952,17 @@
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.comparebox {
|
||||
line-height: 32px;
|
||||
vertical-align: middle;
|
||||
|
||||
.compare.label {
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
border: 1px solid var(--color-light-border);
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-reply .footer {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
Reference in New Issue
Block a user