Added extra functions to the header.

A text button was added to go directly to the DM's and if you click your profile picture it pups up some links to go to.
This commit is contained in:
Lars van Hijfte
2017-01-11 13:49:54 +01:00
parent 87e7bf18d4
commit 24e0673caa
3 changed files with 42 additions and 6 deletions

View File

@@ -13,10 +13,12 @@ header {
}
#header-logo img {
#header-logo, #header-logo img {
height: 80px;
vertical-align: middle;
line-height: 80px;
padding-left: 5px;
}
#header-search {
@@ -43,6 +45,12 @@ header div {
display: inline-block;
}
#open-chat {
font-size: 32px;
line-height: 80px;
margin-right: 50px;
}
.profile-menu {
font-size: 21px;
}
@@ -52,3 +60,16 @@ header div {
height: 64px;
width: 64px;
}
#own-profile-picture, #profile-menu-popup span {
cursor: pointer;
}
#profile-menu-popup {
padding: 5px;
background: white;
color: #666;
border-radius: 3px;
}