From d1f8c126b0e6274712fcea49e15515949b1c72a8 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 12 Oct 2023 04:56:44 +0300 Subject: [PATCH] update margins --- templates/default/torrent/info.html.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index e46e42c..5dc872e 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -84,7 +84,7 @@
{{ 'Common'|trans }}
-
+
@@ -260,7 +260,7 @@
{{ 'Trackers'|trans }}
-
+
{% for tracker in trackers %}
{{ tracker }} @@ -289,7 +289,7 @@ {{ 'Locales' | trans }}
-
+
{% if torrent.locales %}
{% for i, locale in torrent.locales.value %}{% if i > 0 %},{% endif %} {{ locale|locale_name(locale)|u.title }}{% endfor %}