diff --git a/server/app/templates/base.html b/server/app/templates/base.html index 180b7f2..b47369e 100644 --- a/server/app/templates/base.html +++ b/server/app/templates/base.html @@ -284,7 +284,7 @@ gap: 20px; align-items: start; } - .side-col { display: flex; flex-direction: column; } + .main-col, .side-col { display: flex; flex-direction: column; } @media (max-width: 860px) { .layout { grid-template-columns: 1fr; } } diff --git a/server/app/templates/index.html b/server/app/templates/index.html index 1cebf45..c8bead1 100644 --- a/server/app/templates/index.html +++ b/server/app/templates/index.html @@ -16,6 +16,7 @@ {% endif %}
+

Settings

@@ -80,6 +81,12 @@
+
+ Stats +

Loading...

+
+
+

Now displaying

@@ -105,11 +112,6 @@
- -
- Stats -

Loading...

-