Minor fix

This commit is contained in:
Mattias Erming 2014-09-25 16:55:19 -07:00
parent 7936dab6e3
commit 96fcfcfdcc
2 changed files with 10 additions and 2 deletions

View file

@ -560,7 +560,7 @@ button {
#chat.hide-motd .motd span, #chat.hide-motd .motd span,
#chat.hide-nick .nick span, #chat.hide-nick .nick span,
#chat.hide-part .part span, #chat.hide-part .part span,
#chat.hide-quit .quit span { #chat.hide-quit .quit {
display: none !important; display: none !important;
} }
#chat .notice .type { #chat .notice .type {
@ -910,6 +910,14 @@ button {
#chat .time { #chat .time {
display: none; 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 { @media print {

View file

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