Bring back the hamburger

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-12-11 18:30:53 +01:00
parent 00300d1df9
commit f62578a094
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 23 additions and 1 deletions

View File

@ -45,8 +45,30 @@ contactlist .tooltip {
background-image: url('../img/group.svg');
}
/* Mobile width < 768px */
@media only screen and (max-width: 768px) {
.contacts-list:not(.mobile-show) {
display: none;
}
}
#app-navigation-toggle.showdetails {
transform: translate(-50px, 0);
}
#app-navigation-toggle-back {
position: fixed;
display: inline-block !important;
top: 45px;
left: 0;
width: 44px;
height: 44px;
z-index: 149;
background-color: rgba(255, 255, 255, .7);
cursor: pointer;
opacity: .6;
transform: rotate(90deg);
}
/* end of media query */
}