Skip to content

Commit

Permalink
hide contacts menu for guests
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Jun 13, 2018
1 parent 039a1fa commit f09b3af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/app.css
Expand Up @@ -44,3 +44,6 @@
#app-guests.-animate-to {
opacity: 1;
}
#header .header-right > div > .icon-contacts.menutoggle {
display: none;
}
6 changes: 5 additions & 1 deletion css/app.less
Expand Up @@ -67,4 +67,8 @@
&.-animate-to {
opacity: 1;
}
}
}

#header .header-right > div > .icon-contacts.menutoggle {
display: none;
}

0 comments on commit f09b3af

Please sign in to comment.