mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Refactor pull-request compare&create page (#33071)
The old code is unnecessarily complex.
This commit is contained in:
@@ -825,10 +825,6 @@ td .commit-summary {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.repository.compare.pull .show-form-container {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.repository .choose.branch {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -866,11 +862,6 @@ td .commit-summary {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.repository.compare.pull .pullrequest-form {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.repository.compare.pull .markup {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user