Updated look of file cards so that the images are of equal size

This commit is contained in:
Isaac Grynsztein
2020-03-13 00:33:02 -04:00
parent bad4b8630b
commit c752b13732
3 changed files with 9 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ export class SubscriptionsComponent implements OnInit {
subscriptions_loading = false;
constructor(private dialog: MatDialog, private postsService: PostsService, private router: Router, private snackBar: MatSnackBar) { }
constructor(private dialog: MatDialog, public postsService: PostsService, private router: Router, private snackBar: MatSnackBar) { }
ngOnInit() {
this.getSubscriptions();