Turn user avatars into a component
This allows us to add them anywhere in the app, and also to add more features, like e.g. hover info boxes, links, and so on.
This commit is contained in:
@@ -58,12 +58,9 @@ table.contributor-list {
|
||||
&.person {
|
||||
text-align: left;
|
||||
font-size: 1.4rem;
|
||||
|
||||
img.avatar {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
vertical-align: middle;
|
||||
margin-right: 0.2rem;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user