Merge pull request #2299 from mempool/simon/translators-size-fix
Fix wrong size of translators avatars
This commit is contained in:
commit
a6b1d4059f
@ -291,7 +291,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-container *ngIf="translators$ | async | keyvalue as translators else loadingSponsors">
|
<ng-container *ngIf="translators$ | async | keyvalue as translators else loadingSponsors">
|
||||||
<div class="community-sponsor">
|
<div class="project-translators">
|
||||||
<h3 i18n="about.translators">Project Translators</h3>
|
<h3 i18n="about.translators">Project Translators</h3>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<ng-template ngFor let-translator [ngForOf]="translators">
|
<ng-template ngFor let-translator [ngForOf]="translators">
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-sponsor {
|
.community-sponsor, .project-translators {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.wrapper {
|
.wrapper {
|
||||||
@ -65,6 +65,9 @@
|
|||||||
height: 45px;
|
height: 45px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.community-sponsor {
|
||||||
img {
|
img {
|
||||||
width: 67px;
|
width: 67px;
|
||||||
height: 67px;
|
height: 67px;
|
||||||
@ -112,6 +115,7 @@
|
|||||||
.enterprise-sponsor,
|
.enterprise-sponsor,
|
||||||
.contributors,
|
.contributors,
|
||||||
.community-sponsor,
|
.community-sponsor,
|
||||||
|
.project-translators,
|
||||||
.community-integrations-sponsor,
|
.community-integrations-sponsor,
|
||||||
.selfhosted-integrations-sponsor,
|
.selfhosted-integrations-sponsor,
|
||||||
.maintainers {
|
.maintainers {
|
||||||
@ -136,7 +140,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.community-sponsor .wrapper {
|
.community-sponsor .wrapper, .project-translators .wrapper {
|
||||||
margin: 10px auto 20px;
|
margin: 10px auto 20px;
|
||||||
a img {
|
a img {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user