Hide close button on mobile

This commit is contained in:
Mattias Erming 2014-09-25 03:05:24 -07:00
parent 4d9b58ecd5
commit 36dd749820
2 changed files with 7 additions and 1 deletions

View File

@ -822,6 +822,12 @@ button {
left: -215px;
width: 215px;
}
#sidebar .close {
display: none;
}
#sidebar .chan:hover .badge {
opacity: 1;
}
#sidebar .empty:before {
margin-top: 0;
}

View File

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "The self-hosted web IRC client",
"version": "0.34.0",
"version": "0.34.1",
"author": "Mattias Erming",
"preferGlobal": true,
"bin": {