From 261e177bcf658471e4143e49d9b942a472cfa327 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Tue, 4 Aug 2020 14:48:50 +0200 Subject: [PATCH] more css --- raspberry/roberto/views/frontend/templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/raspberry/roberto/views/frontend/templates/index.html b/raspberry/roberto/views/frontend/templates/index.html index e6872a2..3ea082d 100644 --- a/raspberry/roberto/views/frontend/templates/index.html +++ b/raspberry/roberto/views/frontend/templates/index.html @@ -21,7 +21,7 @@ } #controls { position: absolute; - bottom: 40; + bottom: 40px; left: 0; right: 0; width: 100%; @@ -38,6 +38,10 @@ right: 50px } .stats-box { + position: absolute; + right: 20px; + top: 100px; + color: white; opacity: 0.6; z-index: 1; }