Hide close button on mobile
This commit is contained in:
parent
4d9b58ecd5
commit
36dd749820
|
@ -822,6 +822,12 @@ button {
|
||||||
left: -215px;
|
left: -215px;
|
||||||
width: 215px;
|
width: 215px;
|
||||||
}
|
}
|
||||||
|
#sidebar .close {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#sidebar .chan:hover .badge {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
#sidebar .empty:before {
|
#sidebar .empty:before {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "The self-hosted web IRC client",
|
"description": "The self-hosted web IRC client",
|
||||||
"version": "0.34.0",
|
"version": "0.34.1",
|
||||||
"author": "Mattias Erming",
|
"author": "Mattias Erming",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in New Issue