diff --git a/www/css/core.css b/www/css/core.css index 5fdb4e3a..264124e8 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -953,8 +953,9 @@ article.ebook #more-ebooks img{ height: 200px; border-radius: .25rem; border: 1px solid var(--border); - transition: all .2s ease; + transition: transform .2s ease; box-sizing: border-box; + width: auto; } article.ebook #more-ebooks img:hover{ diff --git a/www/ebooks/ebook.php b/www/ebooks/ebook.php index 9989aa24..8c1c8208 100644 --- a/www/ebooks/ebook.php +++ b/www/ebooks/ebook.php @@ -280,7 +280,7 @@ catch(\Exception $ex){ CoverImage2xAvifUrl !== null){ ?> - The cover for the Standard Ebooks edition of <?= Formatter::ToPlainText(strip_tags($carouselEbook->TitleWithCreditsHtml)) ?> + The cover for the Standard Ebooks edition of <?= Formatter::ToPlainText(strip_tags($carouselEbook->TitleWithCreditsHtml)) ?>