summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
authorLukas Metzger2020-05-23 15:08:14 +0200
committerLukas Metzger2020-05-23 15:08:14 +0200
commit751f2df144e66041ce10bd79a67eb5b86df28478 (patch)
tree3aef7922de369865b6f7e0cab000defe27ab7fcf /index.py
parentAdded machine information and some minor fixes (diff)
downloadbwlp-statistics-751f2df144e66041ce10bd79a67eb5b86df28478.tar.gz
bwlp-statistics-751f2df144e66041ce10bd79a67eb5b86df28478.tar.xz
bwlp-statistics-751f2df144e66041ce10bd79a67eb5b86df28478.zip
Added loading indication and minor ui fixes
Diffstat (limited to 'index.py')
-rw-r--r--index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.py b/index.py
index ad9c77f..53b7fb3 100644
--- a/index.py
+++ b/index.py
@@ -22,7 +22,7 @@ pio.templates['custom'] = dict(
title=dict(
x = 0.5,
xanchor = 'center',
- yanchor = 'top',
+ yanchor = 'bottom',
font = dict(size = 25)
),
separators=',.',