mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Added screenshot
This commit is contained in:
parent
d014f0cdae
commit
3c627e0bad
5 changed files with 13 additions and 3 deletions
|
@ -468,6 +468,13 @@ button {
|
||||||
#chat .notice .type {
|
#chat .notice .type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#chat .action,
|
||||||
|
#chat .action .user {
|
||||||
|
color: #f39c12;
|
||||||
|
}
|
||||||
|
#chat .action .user:before {
|
||||||
|
content: '* ';
|
||||||
|
}
|
||||||
#chat .meta {
|
#chat .meta {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
padding: 25px 0 0 20px;
|
padding: 25px 0 0 20px;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"port": 9000,
|
"port": 9000,
|
||||||
"theme": "themes/example.css",
|
"theme": "themes/example.css",
|
||||||
"public": false
|
"public": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shout",
|
"name": "shout",
|
||||||
"description": "The modern IRC client",
|
"description": "The modern IRC client",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"homepage": "http://github.com/erming/shout",
|
"homepage": "http://github.com/erming/shout",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mattias Erming",
|
"name": "Mattias Erming",
|
||||||
|
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
|
@ -4,7 +4,10 @@
|
||||||
"networks": [
|
"networks": [
|
||||||
{
|
{
|
||||||
"host": "irc.rizon.net",
|
"host": "irc.rizon.net",
|
||||||
"nick": "example"
|
"port": 6667,
|
||||||
|
"nick": "example",
|
||||||
|
"realname": "Example",
|
||||||
|
"join": "#chan"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue