Hide options will now remove the row completely

This commit is contained in:
Pavel Djundik 2016-03-30 22:26:23 +03:00
parent e2d02706ed
commit 8bbb0ab92b

View file

@ -760,11 +760,11 @@ button,
color: #999;
}
#chat.hide-join .join span,
#chat.hide-mode .mode span,
#chat.hide-motd .motd span,
#chat.hide-nick .nick span,
#chat.hide-part .part span,
#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;
}
@ -1642,15 +1642,6 @@ 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 {