1
0
miroir de https://github.com/go-gitea/gitea.git synchronisé 2024-07-28 14:16:17 +02:00

Issue list alignment tweaks (#15483)

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
Cette révision appartient à :
silverwind 2021-05-05 18:57:59 +02:00 révisé par GitHub
Parent 5e98d670d3
révision a961335dc7
Signature inconnue de Gitea
ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 6 ajouts et 4 suppressions

Voir le fichier

@ -2,7 +2,7 @@
{{ $approvalCounts := .ApprovalCounts}}
{{range .Issues}}
<li class="item df py-3">
<div class="issue-item-left df py-1">
<div class="issue-item-left df">
{{if $.CanWriteIssuesOrPulls}}
<div class="ui checkbox issue-checkbox">
<input type="checkbox" data-issue-id={{.ID}}></input>

Voir le fichier

@ -13,6 +13,7 @@
.issue-item-icon svg {
margin-right: .75rem;
margin-top: 1px;
}
.issue-item-icons-right > * + * {
@ -29,10 +30,11 @@
font-size: 16px;
min-width: 0;
font-weight: 600;
}
> * {
vertical-align: middle;
}
.labels-list {
position: relative;
top: -1.5px;
}
.issue-item-bottom-row {