mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-01 15:55:15 +08:00
Add compare tag dropdown to releases page (#15695)
* Add compare tag dropdown to releases page * Change defaults to be more intuitive and remove unneeded option * Fix to select branch on releases page Co-authored-by: Jonathan Tran <jon@allspice.io> Co-authored-by: Kyle D <kdumontnu@gmail.com>
This commit is contained in:
@ -1803,6 +1803,10 @@
|
||||
text-align: right;
|
||||
position: relative;
|
||||
|
||||
.label {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.tag:not(.icon) {
|
||||
display: block;
|
||||
margin-top: 15px;
|
||||
@ -1812,6 +1816,14 @@
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.choose {
|
||||
margin-top: 15px;
|
||||
|
||||
.button {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.detail {
|
||||
@ -1855,7 +1867,7 @@
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
background-color: #ddd;
|
||||
z-index: 999;
|
||||
z-index: 9;
|
||||
position: absolute;
|
||||
display: block;
|
||||
left: -5px;
|
||||
|
Reference in New Issue
Block a user