Hide close button on mobile
This commit is contained in:
parent
4d9b58ecd5
commit
36dd749820
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue