From f45bda4e5876e8aa6b042bb08535df55842be208 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 14 Oct 2023 19:30:27 +0300 Subject: [PATCH] update action paddings --- templates/default/torrent/info.html.twig | 24 +++++------ templates/default/torrent/list.html.twig | 52 ++++++++++++------------ templates/default/user/info.html.twig | 8 ++-- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index 364ac67..add3bad 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -30,46 +30,46 @@
{% if torrent.download.magnet.exist %} - + {% else %} - + {% endif %} - + {{ torrent.download.magnet.total }} - + {% if torrent.download.file.exist %} - + {% else %} - + {% endif %} - + {{ torrent.download.file.total }} - + {% if torrent.star.exist %} - + {% else %} - + {% endif %} - + {{ torrent.star.total }} - +
diff --git a/templates/default/torrent/list.html.twig b/templates/default/torrent/list.html.twig index 3b2ce7a..bc0f1ce 100644 --- a/templates/default/torrent/list.html.twig +++ b/templates/default/torrent/list.html.twig @@ -62,78 +62,78 @@ #} - + {{ torrent.file.size | format_bytes }} - + - - + + - + {{ torrent.scrape.seeders }} - + - - + + - + {{ torrent.scrape.peers }} - + - - + + - + {{ torrent.scrape.leechers }} - + {% endfor %} diff --git a/templates/default/user/info.html.twig b/templates/default/user/info.html.twig index 34ace24..9cdef1d 100644 --- a/templates/default/user/info.html.twig +++ b/templates/default/user/info.html.twig @@ -15,18 +15,18 @@