diff --git a/src/app/components/feed/postlist/postlist.component.sass b/src/app/components/feed/postlist/postlist.component.sass index f071c7a..0dc250e 100644 --- a/src/app/components/feed/postlist/postlist.component.sass +++ b/src/app/components/feed/postlist/postlist.component.sass @@ -30,6 +30,7 @@ $mat-card-header-size: 40px !default margin-right: 0.4em &:hover text-decoration: underline + cursor: pointer .postlistUsername cursor: pointer @@ -42,9 +43,12 @@ $mat-card-header-size: 40px !default margin-left: auto ::ng-deep img - width: 100% - height: auto + max-width: 100% + max-height: 60vh border-radius: 4px + display: block + margin-left: auto + margin-right: auto ::ng-deep video width: 100% max-height: 40vh diff --git a/src/app/components/main-navigation/main-navigation.component.html b/src/app/components/main-navigation/main-navigation.component.html index acc8103..3572788 100644 --- a/src/app/components/main-navigation/main-navigation.component.html +++ b/src/app/components/main-navigation/main-navigation.component.html @@ -83,7 +83,7 @@ Hello, Sign in @@ -93,7 +93,7 @@ - friend requests: + friend requests: @@ -10,7 +10,8 @@
+ matRipple + [class.selected]="group === selectedGroup" (click)="showGroupProfile(group)">