diff --git a/client/css/style.css b/client/css/style.css index 5d911d9..62e5921 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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; } diff --git a/package.json b/package.json index f587421..7d56e57 100644 --- a/package.json +++ b/package.json @@ -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": {