From f5f240f2d6f69e6ff0ec1b843d59710a8cb4a447 Mon Sep 17 00:00:00 2001 From: akuma06 Date: Mon, 29 May 2017 12:49:26 +0200 Subject: [PATCH] A litle fix when there is no file found in torrents --- public/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/main.css b/public/css/main.css index 6eadccfb..5a4f757f 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -487,6 +487,11 @@ td.tr-le { color: #E84C4C; } border-radius: 4px; } +#filelist > p { + padding-right: 14px; + padding-left: 14px; +} + .torrent-info-box > * > img { max-width: 100%; max-height: 100%;