Minor changes

This commit is contained in:
Mattias Erming 2014-07-21 03:50:32 -07:00
parent cfa304d028
commit 019a643f94
5 changed files with 10 additions and 7 deletions

View file

@ -12,7 +12,7 @@ _Some highlights:_
## Screenshot
![](https://raw.github.com/erming/shout/master/screenshot.png)
![](https://raw.github.com/erming/shout/master/screenshots/shout.png)
## Install

View file

@ -347,7 +347,7 @@ button {
}
#chat {
bottom: 0;
font: 13px Consolas, monospace;
font: 12px Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
left: 0;
position: absolute;
right: 0;
@ -474,6 +474,7 @@ button {
content: '* ';
}
#chat .meta {
font-family: "Lato";
height: 80px;
padding: 25px 0 0 20px;
}
@ -483,6 +484,7 @@ button {
}
#chat .meta .type {
color: #ccc;
font-size: 12px;
text-transform: capitalize;
}
#chat .count {

View file

@ -1,5 +1,5 @@
{
"port": 9000,
"theme": "themes/example.css",
"public": false
"public": true
}

View file

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "The modern IRC client",
"version": "0.8.3",
"description": "A web IRC client",
"version": "0.8.4",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",
@ -20,9 +20,10 @@
"single-instance": false,
"window": {
"title": "Shout",
"icon": "client/img/favicon.png",
"toolbar": false,
"height": 640,
"width": 1024
"width": 1024,
"height": 640
},
"scripts": {
"start": "node index.js"

View file

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB