File tree 2 files changed +7
-11
lines changed 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 20
20
</div>
21
21
{{end}}
22
22
</div>
23
- <div class="diff-detail-actions gt-df gt-ac gt-gap-2 gt-fw ">
23
+ <div class="diff-detail-actions">
24
24
{{if and .PageIsPullFiles $.SignedUserID (not .IsArchived) (not .DiffNotAvailable)}}
25
25
<div class="gt-df gt-ac gt-fc gt-whitespace-nowrap gt-mr-2">
26
26
<label for="viewed-files-summary" id="viewed-files-summary-label" data-text-changed-template="{{.locale.Tr "repo.pulls.viewed_files_label"}}">
Original file line number Diff line number Diff line change 1625
1625
}
1626
1626
1627
1627
.diff-detail-actions {
1628
- /* prevent font-size from increasing element height so that .diff-detail-box comes
1629
- out with height of 47px (one line) and 77px (two lines), which is important for
1630
- position: sticky */
1631
- height : 33px ;
1628
+ display : flex;
1629
+ align-items : center;
1630
+ gap : 0.25em ;
1631
+ flex-wrap : wrap;
1632
+ justify-content : end;
1632
1633
}
1633
1634
1634
1635
.diff-detail-actions > * ,
1642
1643
padding-top : 0.25rem ;
1643
1644
}
1644
1645
.repository .diff-detail-box .diff-detail-actions .ui .button : not (.btn-submit ) {
1645
- padding-left : 0.5rem ;
1646
- padding-right : 0.5rem ;
1647
- display : flex;
1648
- flex-wrap : wrap;
1649
- justify-content : center;
1650
- text-align : center;
1646
+ padding : 0 0.5rem ;
1651
1647
}
1652
1648
}
1653
1649
You can’t perform that action at this time.
0 commit comments