diff --git a/client/css/style.css b/client/css/style.css index ac77a00e..bf72ba88 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -560,7 +560,7 @@ button { #chat.hide-motd .motd span, #chat.hide-nick .nick span, #chat.hide-part .part span, -#chat.hide-quit .quit span { +#chat.hide-quit .quit { display: none !important; } #chat .notice .type { @@ -910,6 +910,14 @@ button { #chat .time { display: none; } + #chat.hide-join .join, + #chat.hide-mode .mode, + #chat.hide-motd .motd, + #chat.hide-nick .nick, + #chat.hide-part .part, + #chat.hide-quit .quit { + display: none !important; + } } @media print { diff --git a/package.json b/package.json index 7e549df2..c0c43ea5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "The self-hosted web IRC client", - "version": "0.35.0", + "version": "0.35.1", "author": "Mattias Erming", "preferGlobal": true, "bin": {