Making it match the real thing... Well, more so than before...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<ion-content no-padding>
|
||||
<ion-grid>
|
||||
<ion-grid no-padding>
|
||||
<ion-row align-items-stretch>
|
||||
<ion-col col-4 class="profile" *ngFor="let current of profiles" (tap)="profileTapped($event, current)" [style.backgroundImage]="getBackgroundThumbnail(current.details.pic)"></ion-col>
|
||||
</ion-row>
|
||||
|
||||
@@ -6,7 +6,7 @@ page-grid {
|
||||
background-size: cover;
|
||||
border: 1px solid #000000;
|
||||
box-sizing: border-box;
|
||||
padding: 0 0 33%;
|
||||
padding: 0 0 33% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user