From c5d890e9e0edc9c5937f817fcaf0fb76efd131e4 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Sun, 8 Jan 2017 08:02:50 +0000 Subject: [PATCH] Center covers too small to be scaled --- static/styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/styles/global.css b/static/styles/global.css index ec6e476..7214386 100755 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -833,6 +833,12 @@ div.torrent_artists { max-width: 100%; } +#covers img { + display: block; + margin-left: auto; + margin-right: auto; +} + .search_warning { position: absolute; }