Improvements in activities design

This commit is contained in:
helioguardabaxo 2020-11-28 21:50:01 -03:00
parent e9b9af4616
commit 9f340bcecd
2 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,7 @@ template(name="activity")
.activity
+userAvatar(userId=activity.user._id)
p.activity-desc
span.activity-member
+memberName(user=activity.user)
//- attachment activity -------------------------------------------------

View file

@ -10,12 +10,16 @@
.activity
margin: 0.5px 0
padding: 6px 0;
display: flex
.member
width: 24px
width: 32px
height: @width
.activity-member
font-weight: 700
.activity-desc
word-wrap: break-word
overflow: hidden