mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Merge pull request #436 from MiguelMedeiros/bugfix/project-contributor-alignment
FIX: align project contributor handle text.
This commit is contained in:
commit
1bb990b796
2 changed files with 6 additions and 1 deletions
|
@ -328,7 +328,7 @@
|
||||||
|
|
||||||
<ng-template ngFor let-contributor [ngForOf]="contributors">
|
<ng-template ngFor let-contributor [ngForOf]="contributors">
|
||||||
<a [href]="'https://github.com/' + contributor.name" target="_blank">
|
<a [href]="'https://github.com/' + contributor.name" target="_blank">
|
||||||
<div class="profile_photo d-inline-block" [title]="contributor.name">
|
<div class="profile_photo project_contributor d-inline-block" [title]="contributor.name">
|
||||||
<img class="profile_img" [src]="'/api/v1/contributors/images/' + contributor.id" />
|
<img class="profile_img" [src]="'/api/v1/contributors/images/' + contributor.id" />
|
||||||
{{ contributor.name }}
|
{{ contributor.name }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -30,6 +30,11 @@
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project_contributor {
|
||||||
|
width: 130px;
|
||||||
|
margin: 25px auto;
|
||||||
|
}
|
||||||
|
|
||||||
.text-small {
|
.text-small {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue