diff --git a/src/app/file-card/file-card.component.css b/src/app/file-card/file-card.component.css index ceba95a..f17823f 100644 --- a/src/app/file-card/file-card.component.css +++ b/src/app/file-card/file-card.component.css @@ -33,9 +33,9 @@ } .img-div { - max-height: 80px; + height: 60px; padding: 0px; - margin: 0px 0px 0px -5px; + margin: 8px 0px 0px -5px; width: calc(100% + 5px + 5px); } diff --git a/src/app/file-card/file-card.component.html b/src/app/file-card/file-card.component.html index 25780ee..5dc8773 100644 --- a/src/app/file-card/file-card.component.html +++ b/src/app/file-card/file-card.component.html @@ -1,9 +1,11 @@
- {{title}} -
- ID: {{name}} -
Count: {{count}}
+
+ {{title}} +
+ ID: {{name}} +
Count: {{count}}
+
Thumbnail diff --git a/src/app/subscriptions/subscriptions.component.ts b/src/app/subscriptions/subscriptions.component.ts index 45f6c09..d8505b5 100644 --- a/src/app/subscriptions/subscriptions.component.ts +++ b/src/app/subscriptions/subscriptions.component.ts @@ -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();