mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 07:04:18 +00:00
Minor fix
This commit is contained in:
parent
7936dab6e3
commit
96fcfcfdcc
2 changed files with 10 additions and 2 deletions
|
@ -560,7 +560,7 @@ button {
|
|||
#chat.hide-motd .motd span,
|
||||
#chat.hide-nick .nick span,
|
||||
#chat.hide-part .part span,
|
||||
#chat.hide-quit .quit span {
|
||||
#chat.hide-quit .quit {
|
||||
display: none !important;
|
||||
}
|
||||
#chat .notice .type {
|
||||
|
@ -910,6 +910,14 @@ 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 {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "shout",
|
||||
"description": "The self-hosted web IRC client",
|
||||
"version": "0.35.0",
|
||||
"version": "0.35.1",
|
||||
"author": "Mattias Erming",
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
|
|
Loading…
Reference in a new issue