Refactor pull-request compare&create page (#33071)

The old code is unnecessarily complex.
This commit is contained in:
wxiaoguang
2025-01-02 01:16:09 +08:00
committed by GitHub
parent d030cace1a
commit 85c756e279
5 changed files with 217 additions and 275 deletions

View File

@ -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;
}