Show author badges on assets and comments

Comments layout is still broken, marked as TODO(Pablo).
This commit is contained in:
2018-09-12 15:58:29 +02:00
parent e8fb77c39b
commit 2be41a7145
5 changed files with 25 additions and 2 deletions

View File

@@ -754,6 +754,24 @@ section.node-details-container
&.status
color: $color-text-dark
ul.blender-id-badges
padding-left: 0
list-style-type: none
display: flex
> li
margin: 0
padding: 0
> a
display: block
padding: 2px
img
// TODO(Pablo): fix this so that it keeps the aspect ratio okay when the original image isn't square.
max-width: 16px
max-height: 16px
.node-details-license
color: $color-text-dark-secondary
&:hover