Merge pull request #227 from thelounge/xpaw/fix-table-layout-when-hiding

Hide options will now remove the row completely
This commit is contained in:
Max-P 2016-03-30 15:28:32 -04:00
commit e0031dd67e

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 {