From 25f803d1dd642eb8e15a6e741308cd415a868798 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sat, 5 Jul 2025 14:43:39 -0500 Subject: [PATCH] fix: styles --- templates/base.html.twig | 2 +- templates/downloads/index.html.twig | 4 ++-- templates/index/index.html.twig | 2 +- templates/monitor/index.html.twig | 20 +++++++++----------- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 5621327..33fb3f2 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -20,7 +20,7 @@
-

{% block h2 %}{% endblock %}

+

{% block h2 %}{% endblock %}

{% block body %}{% endblock %}
diff --git a/templates/downloads/index.html.twig b/templates/downloads/index.html.twig index 8556c54..4a0f8b1 100644 --- a/templates/downloads/index.html.twig +++ b/templates/downloads/index.html.twig @@ -4,13 +4,13 @@ {% block h2 %}Downloads{% endblock %} {% block body %} -
+
-
+
diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index cef3c8c..34d3d22 100644 --- a/templates/index/index.html.twig +++ b/templates/index/index.html.twig @@ -1,10 +1,10 @@ {% extends 'base.html.twig' %} {% block title %}Dashboard — Torsearch{% endblock %} +{% block h2 %}Dashboard{% endblock %} {% block body %}
-

Dashboard

diff --git a/templates/monitor/index.html.twig b/templates/monitor/index.html.twig index 417f244..cc82233 100644 --- a/templates/monitor/index.html.twig +++ b/templates/monitor/index.html.twig @@ -4,16 +4,14 @@ {% block h2 %}Monitors{% endblock %} {% block body %} -
- -
- - - - - - -
- +
+ + + +
+
+ + +
{% endblock %}