From e7adbffa479cc92cb3c5d36965d086b79aba2712 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Mon, 7 Oct 2013 00:49:20 +0200 Subject: [PATCH] improve chatpanes with scrolling and fix nav --- css/glowingbear.css | 7 +++++- index.html | 58 +++++++++++++++++++++++---------------------- 2 files changed, 36 insertions(+), 29 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 54e6ad8..c2de348 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -4,9 +4,14 @@ body { padding: 5px; } .bufferlines { - font-family: sans-serif; + font-family: monospace; + overflow: scroll-y; + height: 100%; } +.navbar-fixed-bottom { + margin: 5px; +} .color-light-green { color: chartreuse; } diff --git a/index.html b/index.html index 80e2574..f0b3e27 100644 --- a/index.html +++ b/index.html @@ -58,35 +58,37 @@
- -
- - {{ bufferline.date | date:'HH:mm' }} - - - - {{ part.text }} - - -
-
- Hide additional content -
- -
-
- Show additional content -
- -
- - - + +
+
+ + {{ bufferline.date | date:'HH:mm' }} + + + + {{ part.text }} + + + +
+
+