From 5ae9e0d030e07567170c93c77dbbaf181e52fe34 Mon Sep 17 00:00:00 2001 From: pronist Date: Tue, 8 Aug 2023 10:14:20 +0900 Subject: [PATCH] Fix thumbnail style --- views/Sidebar/PopularPosts.pug | 2 +- views/Sidebar/RecentPosts.pug | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/views/Sidebar/PopularPosts.pug b/views/Sidebar/PopularPosts.pug index 71c87990..05511d70 100644 --- a/views/Sidebar/PopularPosts.pug +++ b/views/Sidebar/PopularPosts.pug @@ -9,7 +9,7 @@ div(class='mt-1 text-xs') [##_rctps_rep_simple_date_##] s_rctps_rep_thumbnail img.lazyload( - class='object-cover ml-3 bg-h-100' + class='object-cover ml-3 bg-h-100 w-16 h-11' data-src='[##_rctps_rep_thumbnail_##]' data-sizes='auto' alt='' diff --git a/views/Sidebar/RecentPosts.pug b/views/Sidebar/RecentPosts.pug index 3bfdb138..87b1266e 100644 --- a/views/Sidebar/RecentPosts.pug +++ b/views/Sidebar/RecentPosts.pug @@ -9,9 +9,9 @@ div(class='mt-1 text-xs') [##_rctps_rep_simple_date_##] s_rctps_rep_thumbnail img.lazyload( - class='object-cover ml-3 bg-h-100' + class='object-cover ml-3 bg-h-100 w-16 h-11' data-src='[##_rctps_rep_thumbnail_##]' data-sizes='auto' alt='' - width='60' - height='40') + width='64' + height='44')