diff --git a/nyaa/static/css/main.css b/nyaa/static/css/main.css index 7be8108..3368282 100755 --- a/nyaa/static/css/main.css +++ b/nyaa/static/css/main.css @@ -288,10 +288,6 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0; } /* Torrent file list */ -.torrent-file-list { - padding: 15px; -} - .torrent-file-list ul { padding: 5px 20px 0px 20px; list-style: none; diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index 8ddb923..42aff3c 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -85,14 +85,11 @@ {% if files and files.__len__() <= config.MAX_FILES_VIEW %}
-
-

- -

- +
+

File list

-
+
    {% for key, value in files.items() recursive -%} {% if value is iterable %}