Friends in the menu now redirects to the users profile.

This commit is contained in:
Lars van Hijfte
2017-01-18 15:54:13 +01:00
parent 7469a10f13
commit df9f782809
2 changed files with 25 additions and 8 deletions

View File

@@ -25,3 +25,16 @@
font-size: 14px;
cursor: pointer;
}
.friend-item {
cursor: pointer;
}
.menu button {
background: none;
color: #333;
width: 100%;
height: 100%;
padding: 0;
text-align: left;
}