Added groups to the menu.

It also now has an animation to hide and show more or less items in the menu.
This commit is contained in:
Lars van Hijfte
2017-01-11 13:06:09 +01:00
parent 7aaa6a80f1
commit fc0b801d7d
4 changed files with 114 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
.menu {
position: fixed;
z-index: 50;
left: 0;
top: 80px;
@@ -14,6 +15,12 @@
padding: 10px;
}
.friend-item {
.nav-list li {
padding: 5px 20px;
}
.more-item {
padding: 5px 20px;
color: #666;
font-size: 14px;
}