From 42ed3bc60d18e99c3ccb957aa8c45d0d244c3bc6 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 20 Jan 2020 21:06:03 +0100 Subject: [PATCH] Change profile picture in postlist --- .../components/feed/postlist/postlist.component.sass | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/components/feed/postlist/postlist.component.sass b/src/app/components/feed/postlist/postlist.component.sass index 4d5b769..d27fcd9 100644 --- a/src/app/components/feed/postlist/postlist.component.sass +++ b/src/app/components/feed/postlist/postlist.component.sass @@ -8,18 +8,19 @@ $mat-card-header-size: 40px !default margin-top: 0.5em outline: none user-select: none - padding-top: 0 .mat-card-header text-align: left - display: flex - justify-content: center - align-items: center ::ng-deep .mat-card-header-text - margin-top: 16px word-break: break-all width: 110% + text-align: left + display: flex + justify-content: flex-start + align-items: center + .mat-card-title + margin: 0 .mat-card-subtitle display: contents