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 }} + + +
+ + + +
+
+
+