Display content attribution

This commit is contained in:
Zed
2019-10-26 16:37:58 +02:00
parent a01265fa48
commit 0b5c15ce67
4 changed files with 35 additions and 1 deletions

View File

@ -88,7 +88,24 @@
margin-left: -58px;
width: 48px;
height: 48px;
border-radius: 50%;
}
}
.avatar {
border-radius: 50%;
}
.attribution {
display: flex;
pointer-events: all;
margin: 10px 0;
.avatar {
margin-right: 5px;
}
strong {
color: var(--fg_color);
}
}