File tree 3 files changed +8
-23
lines changed 3 files changed +8
-23
lines changed Original file line number Diff line number Diff line change 3
3
<div title="{{if eq .verification.TrustStatus "trusted"}}{{else if eq .verification.TrustStatus "untrusted"}}{{$.root.i18n.Tr "repo.commits.signed_by_untrusted_user"}}: {{else}}{{$.root.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}: {{end}}{{.verification.Reason}}">
4
4
{{if ne .verification.SigningUser.ID 0}}
5
5
{{svg "gitea-lock" 12}}
6
- {{avatar .verification.SigningUser 28 "signature"}}
6
+ {{avatar .verification.SigningUser 14 "signature"}}
7
7
{{else}}
8
8
<span title="{{$.root.i18n.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog" 12}}</span>
9
- {{avatarByEmail .verification.SigningEmail "" 28 "signature"}}
9
+ {{avatarByEmail .verification.SigningEmail "" 14 "signature"}}
10
10
{{end}}
11
11
</div>
12
12
{{else}}
Original file line number Diff line number Diff line change 1334
1334
text-align : center ;
1335
1335
}
1336
1336
1337
- width : 140 px ;
1337
+ width : 154 px ;
1338
1338
}
1339
1339
1340
1340
.age {
1362
1362
border : 1px solid var (--color-light-border );
1363
1363
1364
1364
.ui.signature.avatar {
1365
- height : 16 px ;
1366
- margin-bottom : 0 ;
1367
- width : 16 px ;
1365
+ height : 14 px ;
1366
+ margin : -1 px 1 px ;
1367
+ width : 14 px ;
1368
1368
}
1369
1369
1370
1370
.detail.icon {
1371
1371
background : var (--color-light );
1372
1372
margin : -6px -10px -4px 0 ;
1373
- padding : 5 px 4px 6 px 6px ;
1373
+ padding : 5.4 px 4px 5.5 px 6px ;
1374
1374
border-left : 1px solid var (--color-light-border );
1375
1375
border-top : 0 ;
1376
1376
border-right : 0 ;
1415
1415
border : 1px solid #21ba45 ;
1416
1416
background : fade (#21ba45 , 10% );
1417
1417
1418
- .shortsha {
1419
- display : inline-block ;
1420
- padding-top : 1px ;
1421
- }
1422
-
1423
1418
.detail.icon {
1424
1419
border-left : 1px solid #21ba45 ;
1425
1420
color : #21ba45 ;
1434
1429
border : 1px solid #fbbd08 ;
1435
1430
background : fade (#fbbd08 , 10% );
1436
1431
1437
- .shortsha {
1438
- display : inline-block ;
1439
- padding-top : 1px ;
1440
- }
1441
-
1442
1432
.detail.icon {
1443
1433
border-left : 1px solid #fbbd08 ;
1444
1434
color : #fbbd08 ;
1453
1443
border : 1px solid #f2711c ;
1454
1444
background : fade (#f2711c , 10% );
1455
1445
1456
- .shortsha {
1457
- display : inline-block ;
1458
- padding-top : 1px ;
1459
- }
1460
-
1461
1446
.detail.icon {
1462
1447
border-left : 1px solid #f2711c ;
1463
1448
color : #f2711c ;
Original file line number Diff line number Diff line change 131
131
}
132
132
133
133
.sha.label .ui.detail.icon.button {
134
- padding-top : 3 px ;
134
+ padding-top : 4.5 px ;
135
135
margin-top : -5px ;
136
136
}
137
137
You can’t perform that action at this time.
0 commit comments