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:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user