Minor changes
This commit is contained in:
parent
cfa304d028
commit
019a643f94
|
@ -12,7 +12,7 @@ _Some highlights:_
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
![](https://raw.github.com/erming/shout/master/screenshot.png)
|
![](https://raw.github.com/erming/shout/master/screenshots/shout.png)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
|
@ -347,7 +347,7 @@ button {
|
||||||
}
|
}
|
||||||
#chat {
|
#chat {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
font: 13px Consolas, monospace;
|
font: 12px Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -474,6 +474,7 @@ button {
|
||||||
content: '* ';
|
content: '* ';
|
||||||
}
|
}
|
||||||
#chat .meta {
|
#chat .meta {
|
||||||
|
font-family: "Lato";
|
||||||
height: 80px;
|
height: 80px;
|
||||||
padding: 25px 0 0 20px;
|
padding: 25px 0 0 20px;
|
||||||
}
|
}
|
||||||
|
@ -483,6 +484,7 @@ button {
|
||||||
}
|
}
|
||||||
#chat .meta .type {
|
#chat .meta .type {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
font-size: 12px;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
#chat .count {
|
#chat .count {
|
||||||
|
|
|
@ -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": "A web IRC client",
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"homepage": "http://github.com/erming/shout",
|
"homepage": "http://github.com/erming/shout",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mattias Erming",
|
"name": "Mattias Erming",
|
||||||
|
@ -20,9 +20,10 @@
|
||||||
"single-instance": false,
|
"single-instance": false,
|
||||||
"window": {
|
"window": {
|
||||||
"title": "Shout",
|
"title": "Shout",
|
||||||
|
"icon": "client/img/favicon.png",
|
||||||
"toolbar": false,
|
"toolbar": false,
|
||||||
"height": 640,
|
"width": 1024,
|
||||||
"width": 1024
|
"height": 640
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
|
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
Loading…
Reference in New Issue