From 382cd9458f07ec754aab5c16600c39739412aef5 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Mon, 25 Oct 2021 20:03:48 +0200 Subject: [PATCH] Fix for #2126 (iOS covers are not displayed during infinite scroll on standard theme) --- cps/static/css/style.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 2bbdf370..32c6f225 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -155,11 +155,6 @@ table .bg-dark-danger a { color: #fff; } height: 100%; } -.container-fluid .book .cover span.img { - bottom: 0; - height: 100%; - position: absolute; -} .author-bio img { margin: 0 1em 1em 0; } .container-fluid .single .cover img { @@ -175,11 +170,11 @@ table .bg-dark-danger a { color: #fff; } } .container-fluid .book .cover span img { - position: relative; - top: 0; - left: 0; - height: 100%; border: 1px solid #fff; + bottom: 0; + position: relative; + height: 100%; + box-sizing: border-box; -webkit-box-shadow: 0 5px 8px -6px #777; -moz-box-shadow: 0 5px 8px -6px #777;