Skip to content
Snippets Groups Projects
Commit 0cb8c351 authored by Kasalehlia's avatar Kasalehlia
Browse files

changed IRC frame to monospaced font

parent cd3f77e6
No related branches found
No related tags found
No related merge requests found
var irc = require('irc'); var irc = require('irc');
var CHANNEL = '#stratum0'; var CHANNEL = '#infodisplay';
function render(content) { function render(content) {
return '<h3>&nbsp;IRC #stratum0</h3><div class="chat">'+content+'</div>'; return '<h3>&nbsp;IRC #stratum0</h3><div class="chat">'+content+'</div>';
......
...@@ -32,6 +32,7 @@ h3 { ...@@ -32,6 +32,7 @@ h3 {
justify-content: flex-end; justify-content: flex-end;
flex-direction: column; flex-direction: column;
height: calc(100% - 46px); height: calc(100% - 46px);
font-family: monospace;
} }
#irc p span { #irc p span {
color: #268bd2; color: #268bd2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment