From 6006cb77a155ee5e4fa7ec6eb2c4b56a6fee0771 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Mon, 5 Oct 2020 12:29:42 +0700 Subject: [PATCH] CoverArt thumbnails in torrent lists, closes #32 * Added imagetools::cover_thumb to handle the html and ::process * Added to group and non-group locations in torrents/browse.php * and artist.php * CSS fixes * Larger thumbnail popup on mouseover image as well as title, full image onclick --- static/styles/sugoi/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index 5ef70b0..809fb86 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -1137,6 +1137,9 @@ ol { .group_info > a:last-of-type { text-decoration: underline; } +.group_image { + padding-right: 1em; +} .recent_snatches_images, .recent_uploads_images { position: relative;