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:
commit
e0031dd67e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user