Hide options will now remove the row completely
This commit is contained in:
parent
e2d02706ed
commit
8bbb0ab92b
@ -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