diff --git a/src/app/components/feed/postlist/postlist.component.html b/src/app/components/feed/postlist/postlist.component.html index 96e01cd..a323d42 100644 --- a/src/app/components/feed/postlist/postlist.component.html +++ b/src/app/components/feed/postlist/postlist.component.html @@ -27,7 +27,7 @@
- {{post.activity.points}} points earned through {{post.activity.name}} + +{{post.activity.points}} points with {{post.activity.name}}
@@ -44,7 +44,7 @@
- {{post.activity.points}} points earned through {{post.activity.name}} + {{post.activity.points}} points earned with {{post.activity.name}}
diff --git a/src/app/components/feed/postlist/postlist.component.sass b/src/app/components/feed/postlist/postlist.component.sass index b6ef195..f071c7a 100644 --- a/src/app/components/feed/postlist/postlist.component.sass +++ b/src/app/components/feed/postlist/postlist.component.sass @@ -27,11 +27,13 @@ $mat-card-header-size: 40px !default margin: 0 .postlistUsername, a - cursor: pointer margin-right: 0.4em &:hover text-decoration: underline + .postlistUsername + cursor: pointer + .postVoteButtons display: inline-block @@ -57,8 +59,7 @@ $mat-card-header-size: 40px !default .mat-button min-width: 32px !important padding: 0 - margin: 0 - margin-left: 8px + margin: 0 0 0 8px .profile-picture border-radius: 50% @@ -84,7 +85,6 @@ $mat-card-header-size: 40px !default @media (max-width: 959px) .activity-info > .span margin-left: 1em - width: calc(100% - 1em) display: block text-align: left .postVoteButtons @@ -98,7 +98,7 @@ $mat-card-header-size: 40px !default scale: 1.1 .mat-card-actions - display: flex + display: -webkit-box justify-content: end align-items: center