mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 08:17:16 +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-motd .motd span,
|
||||||
#chat.hide-nick .nick span,
|
#chat.hide-nick .nick span,
|
||||||
#chat.hide-part .part span,
|
#chat.hide-part .part span,
|
||||||
#chat.hide-quit .quit span {
|
#chat.hide-quit .quit {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#chat .notice .type {
|
#chat .notice .type {
|
||||||
|
@ -910,6 +910,14 @@ button {
|
||||||
#chat .time {
|
#chat .time {
|
||||||
display: none;
|
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 {
|
@media print {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "The self-hosted web IRC client",
|
"description": "The self-hosted web IRC client",
|
||||||
"version": "0.35.0",
|
"version": "0.35.1",
|
||||||
"author": "Mattias Erming",
|
"author": "Mattias Erming",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in a new issue