user-plus as icon for add-friend

This commit is contained in:
ansuz
2017-07-13 15:22:11 +02:00
parent c3ba7cd792
commit 96d2ff67e1
2 changed files with 21 additions and 5 deletions

View File

@@ -119,6 +119,13 @@ body .userlist-drawer {
}
}
}
.friend {
display: flex;
text-align: right;
&:hover {
background-color: rgba(0, 0, 0, 0.1);
}
}
}
body {