Merge pull request #3532 from mfilser/master

Red line below the avatar now correctly on FireFox #3515
reviewable/pr3533/r1
Lauri Ojansivu 4 years ago committed by GitHub
commit 6021438e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      client/components/cards/minicard.jade
  2. 8
      client/components/cards/minicard.styl
  3. 1
      client/components/users/userAvatar.styl

@ -90,7 +90,6 @@ template(name="minicard")
.minicard-assignees.js-minicard-assignees
each getAssignees
+userAvatar(userId=this)
hr(class="assigneehr" title="{{_ 'assignee'}}")
if getMembers
.minicard-members.js-minicard-members

@ -166,17 +166,15 @@
.minicard-assignees
float: right
margin-left: 5px
.assigneehr
border-top: 1px solid red
margin-bottom: 4px
border-bottom: 1px solid red
margin-bottom: 4px
.member
float: right
border-radius: 50%
height: 28px
width: @height
margin: 0px 0px 4px 0px
margin-bottom: 4px
.assignee
float: right

@ -9,7 +9,6 @@ avatar-radius = 50%
float: left
height: 30px
width: @height
margin: 0 4px 4px 0
cursor: pointer
user-select: none
z-index: 1

Loading…
Cancel
Save