From a2b20b14eac2b448ae29fe9f65a75335900737f9 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 22 Jun 2025 23:29:30 -0500 Subject: [PATCH] fix: style cleanup --- templates/base.html.twig | 2 +- templates/downloads/index.html.twig | 1 - templates/index/index.html.twig | 2 +- templates/monitor/index.html.twig | 20 +++++++++----------- 4 files changed, 11 insertions(+), 14 deletions(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 88a2663..e555ebb 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -20,7 +20,7 @@
-

{% block h2 %}{% endblock %}

+

{% block h2 %}{% endblock %}

{% block action_buttons %}{% endblock %}
diff --git a/templates/downloads/index.html.twig b/templates/downloads/index.html.twig index 8556c54..e6d2e80 100644 --- a/templates/downloads/index.html.twig +++ b/templates/downloads/index.html.twig @@ -9,7 +9,6 @@
-
diff --git a/templates/index/index.html.twig b/templates/index/index.html.twig index 8d3403d..aa4e959 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..168c2ed 100644 --- a/templates/monitor/index.html.twig +++ b/templates/monitor/index.html.twig @@ -4,16 +4,14 @@ {% block h2 %}Monitors{% endblock %} {% block body %} -
- -
- - - - - - -
- +
+ + + +
+
+ + +
{% endblock %}