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

@@ -13,15 +13,31 @@ Website: myhyvesbookplus.tk
vertical-align: middle;
}
.group-picture {
border-radius: 5px;
height: 42px;
width: 42px;
object-fit: cover;
vertical-align: middle;
}
html {
height: 100%;
}
body {
height: 100%;
background-color: #B78996;
color: #333;
font-family: Arial, sans-serif;
}
.content {
margin-top: 80px;
margin-left: 256px;
min-height: 100%;
}
::selection {