Fix wrong size of translators avatars

This commit is contained in:
softsimon 2022-08-14 13:24:54 +04:00
parent c895bc2681
commit 238008010d
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 7 additions and 3 deletions

View File

@ -291,7 +291,7 @@
</div>
<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>
<div class="wrapper">
<ng-template ngFor let-translator [ngForOf]="translators">

View File

@ -53,7 +53,7 @@
margin-bottom: 50px;
}
.community-sponsor {
.community-sponsor, .project-translators {
display: flex;
flex-direction: column;
.wrapper {
@ -65,6 +65,9 @@
height: 45px;
width: 100%;
}
}
.community-sponsor {
img {
width: 67px;
height: 67px;
@ -112,6 +115,7 @@
.enterprise-sponsor,
.contributors,
.community-sponsor,
.project-translators,
.community-integrations-sponsor,
.selfhosted-integrations-sponsor,
.maintainers {
@ -136,7 +140,7 @@
}
}
.community-sponsor .wrapper {
.community-sponsor .wrapper, .project-translators .wrapper {
margin: 10px auto 20px;
a img {
margin: 6px;